* [task#116512] Change the default success message.
This commit is contained in:
@@ -344,7 +344,7 @@ class system extends control
|
||||
if($rawResult)
|
||||
{
|
||||
if($rawResult->code == 200)
|
||||
$this->sendSuccess();
|
||||
$this->sendSuccess($this->lang->system->backup->success->upgrade);
|
||||
else
|
||||
$this->sendError($rawResult->message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user