浏览代码

Syntax error fix

pdontthink 18 年之前
父节点
当前提交
9f0f4e2c5f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/preview_pane/functions.php

+ 1 - 1
plugins/preview_pane/functions.php

@@ -105,7 +105,7 @@ function preview_pane_message_list_do()
    // add refresh function called from code built in function
    // preview_pane_change_message_target_do()
    //
-   if ($use_previewPane == 1
+   if ($use_previewPane == 1)
 // Bah, let's put this in anyway (even when the "always refresh thing is off),
 // in case someone else wants to use it
 //    && getPref($data_dir, $username, 'pp_refresh_message_list', 1) == 1)