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:
parent
a3db3c3865
commit
425212bfb8
21 changed files with 287 additions and 323 deletions
|
@ -333,7 +333,7 @@ class Restore {
|
|||
return $put;
|
||||
}
|
||||
}
|
||||
$ac = StoredFile::recallByGunid($this->gb, $gunid);
|
||||
$ac = StoredFile::recallByGunid($gunid);
|
||||
if (PEAR::isError($ac)) {
|
||||
return $ac;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue