diff options
author | Friendika <info@friendika.com> | 2011-06-30 01:15:18 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-30 01:15:18 -0700 |
commit | 994011ddb6cc1097214537160a10bf710aedc553 (patch) | |
tree | e4f88c8e8db8f78c1c5c3362919aa3ca32eb3b20 /include/notifier.php | |
parent | 3eb0b4be2a7e0f4d8f9a518114e1daa49f46b59b (diff) | |
download | volse-hubzilla-994011ddb6cc1097214537160a10bf710aedc553.tar.gz volse-hubzilla-994011ddb6cc1097214537160a10bf710aedc553.tar.bz2 volse-hubzilla-994011ddb6cc1097214537160a10bf710aedc553.zip |
load db configs (config,system) for all "executables"
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/notifier.php b/include/notifier.php index d9f903853..4b97311f6 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -20,6 +20,9 @@ function notifier_run($argv, $argc){ require_once('include/items.php'); require_once('include/bbcode.php'); + load_config('config'); + load_config('system'); + load_hooks(); if($argc < 3) |