CC-3153: When cancelling a show that is currently on-air, the show-instance is not removed.
-fixed
This commit is contained in:
parent
82f3a25f69
commit
efbaebbbf5
3 changed files with 12 additions and 0 deletions
|
@ -21,4 +21,11 @@ class Logging {
|
|||
$logger = self::getLogger();
|
||||
$logger->info($p_msg);
|
||||
}
|
||||
|
||||
public static function debug($p_msg){
|
||||
if (APPLICATION_ENV == "development"){
|
||||
$logger = self::getLogger();
|
||||
$logger->debug($p_msg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue