aboutsummaryrefslogtreecommitdiffstats
path: root/mod/import.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2015-09-09 09:53:51 +0200
committerzottel <github@zottel.net>2015-09-09 09:53:51 +0200
commit2417396a93fd14eae56dc8d463b2af14208564d6 (patch)
treea698e3b4ce0721b5824d141868316ce81d6572a9 /mod/import.php
parent52cd8652bb4b2454bc2bd49d8ec39a5549c4ab68 (diff)
parent0a051ff2cd13eb33ecffc3c4e34a1a56a3fcf29a (diff)
downloadvolse-hubzilla-2417396a93fd14eae56dc8d463b2af14208564d6.tar.gz
volse-hubzilla-2417396a93fd14eae56dc8d463b2af14208564d6.tar.bz2
volse-hubzilla-2417396a93fd14eae56dc8d463b2af14208564d6.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/import.php')
-rw-r--r--mod/import.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/import.php b/mod/import.php
index 27c2094c3..0e43d2444 100644
--- a/mod/import.php
+++ b/mod/import.php
@@ -443,6 +443,9 @@ function import_post(&$a) {
if(is_array($data['event_item']))
import_items($channel,$data['event_item']);
+
+ if(is_array($data['menu']))
+ import_menus($channel,$data['menu']);
$saved_notification_flags = notifications_off($channel['channel_id']);