Browse Source

adding phpdoc block before include

tokul 20 years ago
parent
commit
38b7d6202c
1 changed files with 1 additions and 0 deletions
  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');