]> git.mxchange.org Git - friendica.git/commitdiff
todo added
authorMichael Vogel <icarus@dabo.de>
Sun, 23 Jun 2019 10:01:14 +0000 (12:01 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 23 Jun 2019 10:01:14 +0000 (12:01 +0200)
src/Model/Item.php

index 059838bdb483d2745db2ea9e29a285524593c433..3c503dd670c454f40870bddf60a3471e5e779ce1 100644 (file)
@@ -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]);