layout->layer

This commit is contained in:
Isaac Connor 2021-10-28 15:26:12 -04:00
parent 4122ae99a5
commit df88c5bbef
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ sub MoveTo {
$self->Storage($NewStorage);
$error .= $self->save();
# Going to leave it to upper layout as to whether we rollback or not
# Going to leave it to upper layer as to whether we rollback or not
$ZoneMinder::Database::dbh->commit() if !$was_in_transaction;
return $error if $error;