Post by straightlight » Tue Nov 15, 2011 1:07 am

On line 99 of admin/controller/tool/backup.php file,

find:

Code: Select all

$this->response->setOutput($this->model_tool_backup->backup($this->request->post['backup']));
replace with:

Code: Select all

if (isset($this->request->post['backup'])) {
    $this->response->setOutput($this->model_tool_backup->backup($this->request->post['backup']));
} else {
    return $this->forward('error/permission');
}

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON
Who is online

Users browsing this forum: No registered users and 9 guests