From e80215a1167af1d6a00ce653b8246ec91b142262 Mon Sep 17 00:00:00 2001 From: earnolmartin Date: Mon, 29 Apr 2019 17:15:19 -0600 Subject: [PATCH] Fix in Restore PHP --- ehcp/scripts/ehcp_backup/restoreBackup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ehcp/scripts/ehcp_backup/restoreBackup.php b/ehcp/scripts/ehcp_backup/restoreBackup.php index abd5bdc..4a0d011 100755 --- a/ehcp/scripts/ehcp_backup/restoreBackup.php +++ b/ehcp/scripts/ehcp_backup/restoreBackup.php @@ -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 */