Skip to content

Commit

Permalink
New event - event_PreLoadMainLibs()
Browse files Browse the repository at this point in the history
  • Loading branch information
yama committed Sep 8, 2014
1 parent cf0cd66 commit d59b5cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nucleus/libs/globalfunctions.php
Expand Up @@ -351,6 +351,9 @@
exit;
}

$param = array();
$manager->notify('PreLoadMainLibs', $param);

// load other classes
include($DIR_LIBS . 'PARSER.php');
include($DIR_LIBS . 'SKIN.php');
Expand Down

0 comments on commit d59b5cc

Please sign in to comment.