소스 검색

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');