Added photo:update to update signatures

This commit is contained in:
Deon George
2016-06-30 21:34:18 +10:00
parent f089c33b8b
commit 90c4468c43
10 changed files with 185 additions and 12 deletions

View File

@@ -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)))
{