Fix in Restore PHP
This commit is contained in:
parent
15f6fd9d1b
commit
e80215a116
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
require ("classapp.php");
|
||||
$app = new Application();
|
||||
$app->connectTodb(); # fill config.php with db user/pass for things to work..
|
||||
$this->addDaemonOp("daemonrestore",'',$filename,'','opname:restore');
|
||||
$app->addDaemonOp("daemonrestore",'',$filename,'','opname:restore');
|
||||
}
|
||||
/* END EHCP API Call */
|
||||
|
||||
|
|
Loading…
Reference in a new issue