aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-19 20:16:05 -0700
committerfriendica <info@friendica.com>2013-05-19 20:16:05 -0700
commit1f921a51ae7c2b608e89a238e206ba5539eeb3c4 (patch)
treedf2e61467be22668bb7a3eba3165ca21227a942d /include/zot.php
parentf9fec7cf8f328f44a5550d50029ad115311eb45a (diff)
downloadvolse-hubzilla-1f921a51ae7c2b608e89a238e206ba5539eeb3c4.tar.gz
volse-hubzilla-1f921a51ae7c2b608e89a238e206ba5539eeb3c4.tar.bz2
volse-hubzilla-1f921a51ae7c2b608e89a238e206ba5539eeb3c4.zip
typo in auto permissions
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index 608c3877d..2eb3b5eb0 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -367,7 +367,7 @@ function zot_refresh($them,$channel = null) {
intval(ABOOK_FLAG_SELF)
);
if($z)
- proc_run('php','include/notifier.php','permissions_update',$z[0]['abook_id']);
+ proc_run('php','include/notifier.php','permission_update',$z[0]['abook_id']);
}
}
}