Undefined variable in Web\Notification

This commit is contained in:
Thomas Gelf 2014-03-07 23:15:16 +00:00
parent f86e910bd9
commit 4603219677
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class Notification
);
}
if ($this->is_cli) {
if ($this->isCli) {
$msg = sprintf('[%s] %s', $type, $message);
switch ($type) {
case 'info':