aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-26 17:32:51 -0700
committerfriendica <info@friendica.com>2014-08-26 17:32:51 -0700
commite42205cec25fbe7ee93fde4a0f267d54b0e30193 (patch)
tree16d41af8fbf016ad631bfe1aedbd6177c4eeade6 /include/notifier.php
parentc9d33895d56d1efce29f153e7a0effd23fa6a701 (diff)
downloadvolse-hubzilla-e42205cec25fbe7ee93fde4a0f267d54b0e30193.tar.gz
volse-hubzilla-e42205cec25fbe7ee93fde4a0f267d54b0e30193.tar.bz2
volse-hubzilla-e42205cec25fbe7ee93fde4a0f267d54b0e30193.zip
houston we have liftoff
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php
index 7f4d7a9f8..5f4462b6a 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -107,7 +107,7 @@ function notifier_run($argv, $argc){
intval($r[0]['abook_channel'])
);
if($s) {
- if($r[0]['hubloc_network'] === 'diaspora' || $r[0]['hubloc_network'] === 'friendica_over_diaspora') {
+ if($r[0]['hubloc_network'] === 'diaspora' || $r[0]['hubloc_network'] === 'friendica-over-diaspora') {
require_once('include/diaspora.php');
diaspora_share($s[0],$r[0]);
}