Fixes for catalog::scanall(), set subsectime to 0 instead of false
This commit is contained in:
@@ -215,6 +215,9 @@ class Photo extends Abstracted\Catalog
|
||||
// In case of an error.
|
||||
if ($this->subsectime > 32767)
|
||||
$this->subsectime = 32767;
|
||||
|
||||
if ($this->subsectime === FALSE)
|
||||
$this->subsectime = 0;
|
||||
}
|
||||
|
||||
public function setThumbnail()
|
||||
|
Reference in New Issue
Block a user