Add begin() for good housekeeping
This commit is contained in:
parent
a549004e6d
commit
ff51dc8d5a
1 changed files with 1 additions and 0 deletions
|
|
@ -779,6 +779,7 @@ class LocalFile extends File
|
|||
}
|
||||
|
||||
$dbw = $this->repo->getMasterDB();
|
||||
$dbw->begin();
|
||||
|
||||
if ( !$props ) {
|
||||
$props = $this->repo->getFileProps( $this->getVirtualUrl() );
|
||||
|
|
|
|||
Loading…
Reference in a new issue