diff --git a/System/Process/CrontabProcess.php b/System/Process/CrontabProcess.php index 8bee6d16..db8c5dcb 100644 --- a/System/Process/CrontabProcess.php +++ b/System/Process/CrontabProcess.php @@ -40,7 +40,7 @@ class CrontabProcess extends Process if (is_null($_content)) { $this->jobDelivery($content); } else { - $this->otherAction($content); + $this->otherAction($_content); } } }