浏览代码

E_ALL fix

Thijs Kinkhorst 23 年之前
父节点
当前提交
1073fda4cd
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      include/load_prefs.php

+ 3 - 0
include/load_prefs.php

@@ -160,6 +160,9 @@ $sort = getPref($data_dir, $username, 'sort', 6 );
 /** Load up the Signature file **/
 $signature_abs = $signature = getSig($data_dir, $username, 'g');
 
+/* Message Highlighting Rules */
+$message_highlight_list = array();
+
 /* use new way of storing highlighting rules */
 if( $ser = getPref($data_dir, $username, 'hililist') ) {
     $message_highlight_list = unserialize($ser);