Fix $bSilent parameter for comment::delete() to be 'true', which makes the deletion silent.
Fixes previous commit.
This commit is contained in:
@@ -259,7 +259,7 @@ class version {
|
|||||||
|
|
||||||
// delete the comment silently, we don't want to send out
|
// delete the comment silently, we don't want to send out
|
||||||
// any notifications since the version is being deleted
|
// any notifications since the version is being deleted
|
||||||
$oComment->delete(false);
|
$oComment->delete(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user