Minor fix - twin call to openBackup.
This commit is contained in:
parent
39c56e66a4
commit
70604d39db
|
@ -944,7 +944,7 @@ class LocStor extends BasicStor{
|
|||
"LocStor::createBackupOpen: false returned from Backup"
|
||||
);
|
||||
}
|
||||
return $bu->openBackup($sessid,$criteria);
|
||||
return $r;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue