* change for group priv.

This commit is contained in:
wangyidong
2015-03-02 14:24:44 +08:00
parent c4a72a6b75
commit a9e6dcc529
10 changed files with 112 additions and 6 deletions
+1 -1
View File
@@ -91,6 +91,6 @@
$headerHooks = glob(dirname(dirname(__FILE__)) . "/ext/view/featurebar.*.html.hook.php");
if(!empty($headerHooks))
{
foreach($headerHooks as $fileName) helper::import($fileName);
foreach($headerHooks as $fileName) include($fileName);
}
?>