Minor fix - twin call to openBackup.

This commit is contained in:
tomash 2006-09-08 08:11:50 +00:00
parent 39c56e66a4
commit 70604d39db
1 changed files with 1 additions and 1 deletions

View File

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