|
@@ -606,7 +606,8 @@ function prepareMessageList(&$aMailbox, $aProps) {
|
|
|
// $onclick, $link_extra, $title, and so forth)
|
|
|
// plugins are responsible for sharing nicely (such as for
|
|
|
// setting the target, etc)
|
|
|
- do_hook('subject_link', $temp=array(&$iPageOffset, &$sSearch, &$aSearch, $aMsg));
|
|
|
+ $temp = array(&$iPageOffset, &$sSearch, &$aSearch, $aMsg);
|
|
|
+ do_hook('subject_link', $temp);
|
|
|
}
|
|
|
$value = (trim($value)) ? $value : _("(no subject)");
|
|
|
/* add thread indentation */
|