Removal fixes

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2019-08-04 08:09:21 +02:00
parent 8e89ecca56
commit 8e920260a8
8 changed files with 119 additions and 25 deletions

View File

@@ -36,7 +36,7 @@ class ControllerMessageBulkremove extends Controller {
if(NEED_TO_APPROVE_DELETE) {
$deleted = 0;
} else {
$deleted = 1;
$deleted = -1;
}
foreach($idlist as $id) {