From bb4f9eecbe88c5d6ead654cefefcd3c57f23c1fe Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sat, 24 Mar 2018 21:17:15 -0700 Subject: preserve existing categories when updating an app from an embed source --- Zotlabs/Lib/Apps.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Zotlabs/Lib/Apps.php') diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index 950a82aca..24cb4a626 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -872,6 +872,12 @@ class Apps { dbesc($darray['app_id']), intval($darray['app_channel']) ); + + // if updating an embed app, don't mess with any existing categories. + + if(array_key_exists('embed',$arr) && intval($arr['embed'])) + return $ret; + if($x) { q("delete from term where otype = %d and oid = %d", intval(TERM_OBJ_APP), -- cgit v1.2.3