Bug fixes
This commit is contained in:
@@ -126,7 +126,7 @@ class Video extends Abstracted\Catalog
|
||||
|
||||
public function setDateCreated()
|
||||
{
|
||||
$this->created = strtotime($this->property('creationdate'));
|
||||
$this->created = $this->property('creationdate') ? strtotime($this->property('creationdate')) : NULL;
|
||||
}
|
||||
|
||||
public function setLocation()
|
||||
|
Reference in New Issue
Block a user