lock logging fix
This commit is contained in:
parent
03204859c1
commit
a208d5c6bc
@ -384,7 +384,7 @@ class Image {
|
||||
$sln = str_replace('"', "", $sln);
|
||||
if($old_sln != $sln){
|
||||
$database->execute("UPDATE images SET locked=:yn WHERE id=:id", array("yn"=>$sln, "id"=>$this->id));
|
||||
log_info("core-image", "Setting Image #{$this->id} lock to: {$event->locked}".$sln);
|
||||
log_info("core-image", "Setting Image #{$this->id} lock to: $ln");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user