浏览代码

adding phpdoc block before include

tokul 20 年之前
父节点
当前提交
38b7d6202c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/filters/filters.php

+ 1 - 0
plugins/filters/filters.php

@@ -25,6 +25,7 @@
  * @subpackage filters
  */
 
+/** load config */
 if (file_exists(SM_PATH . 'plugins/filters/config.php'))
     include_once (SM_PATH . 'plugins/filters/config.php');