Notify.php
authorAlan Knowles <alan@akbkhome.com>
Sun, 16 Jun 2013 14:00:12 +0000 (22:00 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 16 Jun 2013 14:00:12 +0000 (22:00 +0800)
Notify.php

index 7724b12..a819c6a 100644 (file)
@@ -265,7 +265,7 @@ class Pman_Core_Notify extends Pman
     function run($id, $email, $cmdOpts="")
     {
         
-        static $renice = fase;
+        static $renice = false;
         if (!$renice) {
             require_once 'System.php';
             $renice = System::which('renice');