diff --git a/RELEASE b/RELEASE index d75ba1c9b..6d4fb0cb4 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -0.8.2 rev 5479 +0.8.2 rev 5480 diff --git a/api/libs/api.updates.php b/api/libs/api.updates.php index 71a4e7655..d8f3b1559 100644 --- a/api/libs/api.updates.php +++ b/api/libs/api.updates.php @@ -228,6 +228,7 @@ public function applyMysqlDump($release) { $result .= wf_CleanDiv(); $result .= wf_tag('pre', false, '', 'style="width:100%;overflow:auto"') . shell_exec($applyCommand) . wf_tag('pre', true); $result .= wf_BackLink(self::URL_ME); + log_register('UPDMGR APPLY SQL RELEASE `' . $release . '`'); } else { if ((!wf_CheckPost(array('applyconfirm'))) AND ( wf_CheckPost(array('applysqldump')))) { $result .= $this->messages->getStyledMessage(__('You are not mentally prepared for this'), 'error'); @@ -253,6 +254,7 @@ public function applyMysqlDump($release) { } } else { $result = $this->messages->getStyledMessage(__('Wrong release'), 'error'); + log_register('UPDMGR FAIL SQL RELEASE `' . $release . '`'); } return ($result);