Add begin() for good housekeeping

This commit is contained in:
Aaron Schulz 2008-09-05 04:14:15 +00:00
parent a549004e6d
commit ff51dc8d5a

View file

@ -779,6 +779,7 @@ class LocalFile extends File
}
$dbw = $this->repo->getMasterDB();
$dbw->begin();
if ( !$props ) {
$props = $this->repo->getFileProps( $this->getVirtualUrl() );