浏览代码

Avoid E_STRICT errors

pdontthink 17 年之前
父节点
当前提交
4b2a10c429
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      src/squirrelmail_rpc.php

+ 2 - 3
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);