Added photo:update to update signatures
This commit is contained in:
@@ -64,7 +64,7 @@ class Move extends Command
|
||||
while ($po = $photo->shift())
|
||||
{
|
||||
if (($x = $po->moveable()) === TRUE) {
|
||||
Log::info(sprintf('Moving: (%s)[%s]',$po->id,$po->filename));
|
||||
Log::info(sprintf('%s: Moving (%s)[%s]',__METHOD__,$po->id,$po->filename));
|
||||
|
||||
if (rename($po->file_path(),$po->file_path(FALSE,TRUE)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user