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
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
Comment #1
cbalan commentedThank you drupal_newb. Issue fixed in 6.x-2.x-dev.
Closing this issue.