The implementation of hook_theme() isn't specifying the arguments correctly. It should be array('name_of_variable' => 'default value'). Right now it's specified more like this array(0 => 'name_of_variable'), which means in the (very unlikely) situation that a user made a lt-username-title.tpl.php file, the variable name would be called $0 instead of $name_of_variable.

This has already been corrected in the Drupal 7 version.

CommentFileSizeAuthor
logintoboggan_hook_theme.patch1.23 KBquicksketch

Comments

hunmonk’s picture

Status: Needs review » Fixed

this issue was already addressed in 7.x -- committed to 6.x-1.x-dev, thx!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.