Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Event/PollDeletedEvent.php')
-rw-r--r--lib/Event/PollDeletedEvent.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Event/PollDeletedEvent.php b/lib/Event/PollDeletedEvent.php
index 6862f30d..1c8e8f70 100644
--- a/lib/Event/PollDeletedEvent.php
+++ b/lib/Event/PollDeletedEvent.php
@@ -27,7 +27,7 @@ use OCA\Polls\Notification\Notifier;
class PollDeletedEvent extends PollEvent {
public function getLogMsg(): string {
- return ''; // Log::MSG_ID_DELETEPOLL;
+ return '';
}
public function getNotification(): array {