Fix in Restore PHP

This commit is contained in:
earnolmartin 2019-04-29 17:15:19 -06:00
parent 15f6fd9d1b
commit e80215a116

View file

@ -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 */