In file ${drupal}/includes/theme.inc, line 35 i get an error on wrong parameters for function implode(). This is within the links() function. As you dont have errors on your page, did you put the wrong file in the tarballs?
Else, for myself the following line added just before the return works:

if ( empty( $links )) return "";

Hope you fix that.

Thanks,
hriedel

Comments

ax’s picture

Priority: Major » Normal

dup of #1186

dries, kjartan: please fix:

    return $links ? implode($delimiter, $links) : "";