aboutsummaryrefslogtreecommitdiffstats
path: root/mod/import.php
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-09-24 23:32:18 +0200
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-09-24 23:32:18 +0200
commit414b5ea6f3ad616c5211b0e9d4b811c149decf26 (patch)
tree58d7a19079cc1c7de0790b0e2f3b829967344ea1 /mod/import.php
parent8cbccb20ef7f1fa82c4a16c6c786d5d748901c02 (diff)
parentc42dcd5ac9c63cd42c7af1b2765dd33e7e9f5d6d (diff)
downloadvolse-hubzilla-414b5ea6f3ad616c5211b0e9d4b811c149decf26.tar.gz
volse-hubzilla-414b5ea6f3ad616c5211b0e9d4b811c149decf26.tar.bz2
volse-hubzilla-414b5ea6f3ad616c5211b0e9d4b811c149decf26.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/import.php')
-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']);