diff options
author | zottel <github@zottel.net> | 2015-09-09 09:53:51 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2015-09-09 09:53:51 +0200 |
commit | 2417396a93fd14eae56dc8d463b2af14208564d6 (patch) | |
tree | a698e3b4ce0721b5824d141868316ce81d6572a9 /mod/import.php | |
parent | 52cd8652bb4b2454bc2bd49d8ec39a5549c4ab68 (diff) | |
parent | 0a051ff2cd13eb33ecffc3c4e34a1a56a3fcf29a (diff) | |
download | volse-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.php | 3 |
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']); |