From 95602b2597e7472b282324b4d514fba07a2deb04 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Wed, 29 Jan 2014 05:22:09 +0100 Subject: [PATCH] =?UTF-8?q?Re-enable=20=C3=8DRC=20notifications?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/batch_process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 htdocs/batch_process.php diff --git a/htdocs/batch_process.php b/htdocs/batch_process.php old mode 100644 new mode 100755 index f92d4f4..7e6b39c --- a/htdocs/batch_process.php +++ b/htdocs/batch_process.php @@ -74,7 +74,7 @@ if ($nr) { Memc::flush(); $rp = $nr != 1 ? "reports" : "report"; - //IRCNotify::send("#SingularityViewer", "[CrashProcessor] $nr new $rp. http://crash.singularityviewer.org/"); + IRCNotify::send("#SingularityViewer", "[CrashProcessor] $nr new $rp. http://crash.singularityviewer.org/"); } Session::GC();