X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fsquirrelmail_rpc.php;h=b262f30597018082f3d0a8ce645bf77399de82f4;hp=35969afd041d083bd0d6352535e1ec54694ca523;hb=beb1a2f1304e4e6e2c22027bfc08380d75329509;hpb=ebd2391cb0c5e3049870f90fa8a8b28707e9571a;ds=sidebyside diff --git a/src/squirrelmail_rpc.php b/src/squirrelmail_rpc.php index 35969afd..b262f305 100644 --- a/src/squirrelmail_rpc.php +++ b/src/squirrelmail_rpc.php @@ -97,9 +97,8 @@ $oTemplate->header('Cache-Control: no-cache'); * to add in the future. * */ -$handled_by_plugin = boolean_hook_function('squirrelmail_rpc', - $temp=array(&$rpc_action), - 1); +$temp = array(&$rpc_action); +$handled_by_plugin = boolean_hook_function('squirrelmail_rpc', $temp, 1);