Minor fix - twin call to openBackup.

This commit is contained in:
tomash 2006-09-08 08:11:50 +00:00
parent 39c56e66a4
commit 70604d39db

View file

@ -944,7 +944,7 @@ class LocStor extends BasicStor{
"LocStor::createBackupOpen: false returned from Backup" "LocStor::createBackupOpen: false returned from Backup"
); );
} }
return $bu->openBackup($sessid,$criteria); return $r;
} }
/** /**