Skip to content

Commit 8268814

Browse files
Rom1-Bbtry
authored andcommitted
fix(reminder): visibility
1 parent eebcc21 commit 8268814

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inc/common.class.php

-1
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,6 @@ public static function hookRedefineMenu($menus) {
819819
'ORDER' => "$reminderTable.name"
820820
];
821821
$criteria = $criteria + Reminder::getVisibilityCriteria();
822-
$criteria['WHERE']["$reminderTable.users_id"] = ['<>', Session::getLoginUserID()];
823822
$iterator = $DB->request($criteria);
824823
$hasReminder = $iterator->count() > 0;
825824

0 commit comments

Comments
 (0)