From 955926607510ae13b820edc6926e18ff2dbbd9c7 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 23 Jun 2019 12:01:14 +0200 Subject: [PATCH] todo added --- src/Model/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Item.php b/src/Model/Item.php index 059838bdb4..3c503dd670 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -1080,7 +1080,7 @@ class Item extends BaseObject } // When the permission set will be used in photo and events as well, // this query here needs to be extended. - // Currently deactivated. We need the permission set in the deletion process. + // @todo Currently deactivated. We need the permission set in the deletion process. // This is a reminder to add the removal somewhere else. //if (!empty($item['psid']) && !self::exists(['psid' => $item['psid'], 'deleted' => false])) { // DBA::delete('permissionset', ['id' => $item['psid']], ['cascade' => false]);