X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fdisplay_messages.php;h=5ef7941ae256927d39c1e0c5e621148109d0e312;hb=afbf184ca18815211509b4634beb23fb145142a3;hp=a75dac4c194b0becb370139454ec4ee2ab75931d;hpb=3e6b917e771605772c45369d345860531a3b88bd;p=squirrelmail.git diff --git a/functions/display_messages.php b/functions/display_messages.php index a75dac4c..5ef7941a 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -68,7 +68,8 @@ function logout_error( $errString, $errTitle = '' ) { /* As of 1.5.2, plugin parameters are combined into one array; plugins on this hook must be updated */ - do_hook('logout_error', $temp=array(&$errString, &$errTitle, &$login_link)); + $temp = array(&$errString, &$errTitle, &$login_link); + do_hook('logout_error', $temp); if ( $errTitle == '' ) { $errTitle = $errString;