more work on linked item/resource deletion for photos and events, deprecate the force flag in drop_item() and comment out goaway() in drop_item().

This commit is contained in:
Mario Vavti
2019-06-13 13:34:04 +02:00
parent bc34167c84
commit 801ab611ed
4 changed files with 54 additions and 75 deletions

View File

@@ -191,7 +191,7 @@ class NativeWiki {
return array('item' => null, 'success' => false);
}
else {
$drop = drop_item($item['id'], false, DROPITEM_NORMAL, true);
$drop = drop_item($item['id'], false, DROPITEM_NORMAL);
}
info( t('Wiki files deleted successfully'));