aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-03 17:55:10 -0800
committerfriendica <info@friendica.com>2013-12-03 17:55:10 -0800
commit7187c493e16abc98a8e1ed53d63a3d93e63db4af (patch)
treeea09cad90c4094cedd99a807532810dd6508a83c /include/zot.php
parent657b842d645bab65a9279925a9ae095dd561375d (diff)
downloadvolse-hubzilla-7187c493e16abc98a8e1ed53d63a3d93e63db4af.tar.gz
volse-hubzilla-7187c493e16abc98a8e1ed53d63a3d93e63db4af.tar.bz2
volse-hubzilla-7187c493e16abc98a8e1ed53d63a3d93e63db4af.zip
add hooks to zot-finger and import_xchan
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php
index 124fe7fd6..e365435e9 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -531,6 +531,9 @@ function zot_register_hub($arr) {
function import_xchan($arr,$ud_flags = 1) {
+
+ call_hooks('import_xchan', $arr);
+
$ret = array('success' => false);
$dirmode = intval(get_config('system','directory_mode'));