Kerkdienst terugluisteren
This commit is contained in:
@@ -27,7 +27,7 @@ class Podcast extends Model {
|
||||
$this->auth = $this->key;
|
||||
}
|
||||
|
||||
if($data->program) {
|
||||
if(isset($data->program) && $data->program) {
|
||||
if(is_object($data->program)) {
|
||||
$this->program = new \Model\Program($data->program);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user