Possible fix for #2100 - scheduler user is not created. There is now a more verbose output when this step is taken, and also there were previous steps, that if they failed, would prevent this step from happening; so this has been fixed as well. Converted more functions to static functions because thats what they were in the first place...they were just pretending to be member functions.

This commit is contained in:
paul 2006-12-20 02:46:29 +00:00
parent a3db3c3865
commit 425212bfb8
21 changed files with 287 additions and 323 deletions

View file

@ -333,7 +333,7 @@ class Restore {
return $put;
}
}
$ac = StoredFile::recallByGunid($this->gb, $gunid);
$ac = StoredFile::recallByGunid($gunid);
if (PEAR::isError($ac)) {
return $ac;
}