aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php
index 4833e980c..e12fc56e9 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -336,7 +336,7 @@ function notifier_run($argv, $argc){
$target_item = $r[0];
$deleted_item = false;
- if(intval($target_item['item_deleted']))
+ if(intval($target_item['item_deleted'])) {
logger('notifier: target item ITEM_DELETED', LOGGER_DEBUG);
$deleted_item = true;
}