diff options
author | friendica <info@friendica.com> | 2014-12-29 23:48:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-29 23:48:04 -0800 |
commit | 5cfe0511391e391d46b91efaa8df3501d498fd21 (patch) | |
tree | 37239d3dade1c3f1aee197dc7300085994c9549f /include/notifier.php | |
parent | 50943f439cb755c052507b8b459740a0ded193c2 (diff) | |
download | volse-hubzilla-5cfe0511391e391d46b91efaa8df3501d498fd21.tar.gz volse-hubzilla-5cfe0511391e391d46b91efaa8df3501d498fd21.tar.bz2 volse-hubzilla-5cfe0511391e391d46b91efaa8df3501d498fd21.zip |
initial trinidad checkin
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php index e1eb0c554..f81963cf6 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -564,7 +564,7 @@ function notifier_run($argv, $argc){ if($hub['hubloc_network'] === 'diaspora' || $hub['hubloc_network'] === 'friendica-over-diaspora') { - if(! get_config('system','diaspora_enabled')) + if(! get_config('system','diaspora_enabled') || defined('TRINIDAD')) continue; require_once('include/diaspora.php'); |