1
0
Fork 0

The config class now makes less database reads.

This commit is contained in:
Michael 2017-01-18 21:45:32 +00:00
commit 0548099f6c
29 changed files with 153 additions and 107 deletions

View file

@ -72,8 +72,7 @@ function pubsubpublish_run(&$argv, &$argc){
require_once('include/items.php');
load_config('config');
load_config('system');
Config::load();
// Don't check this stuff if the function is called by the poller
if (App::callstack() != "poller_run") {