aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2015-09-24 12:50:27 +0200
committerzottel <github@zottel.net>2015-09-24 12:50:27 +0200
commit03fb13e7497457d5fe69fc8ed007e5e49a2d6d8a (patch)
tree21382406c34ff3adf8e866fdcf5be39a8f2a72e3 /mod
parent0bfdb45b414b477573b6389e7730d8f93f53993e (diff)
parente04f04ef0f79d938576668c57d7240d376155a8a (diff)
downloadvolse-hubzilla-03fb13e7497457d5fe69fc8ed007e5e49a2d6d8a.tar.gz
volse-hubzilla-03fb13e7497457d5fe69fc8ed007e5e49a2d6d8a.tar.bz2
volse-hubzilla-03fb13e7497457d5fe69fc8ed007e5e49a2d6d8a.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod')
-rw-r--r--mod/import.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/import.php b/mod/import.php
index 563967aa2..b6e36d734 100644
--- a/mod/import.php
+++ b/mod/import.php
@@ -450,6 +450,8 @@ function import_post(&$a) {
if(is_array($data['menu']))
import_menus($channel,$data['menu']);
+ $addon = array('channel' => $channel,'data' => $data);
+ call_hooks('import_channel',$addon);
$saved_notification_flags = notifications_off($channel['channel_id']);