To fix this, I included the line:

$header = array(t('Name'), t('Author'), t('Size'), t('Score'));

in

cmis_alfresco.module

before

$contents .= theme('table', $header, $rows);

around line 156

Comments

cbalan’s picture

Status: Active » Closed (fixed)

Thank you drupal_newb. Issue fixed in 6.x-2.x-dev.
Closing this issue.