diff options
Diffstat (limited to '')
-rw-r--r-- | src/web/_controller/error.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_controller/error.php b/src/web/_controller/error.php index 30bd797..4195531 100644 --- a/src/web/_controller/error.php +++ b/src/web/_controller/error.php @@ -15,7 +15,7 @@ class Error_controller extends Controller { $data = $this->error_model->get_data($code); $this->view('header', $data); - $this->view('apps/error', $data); + $this->view('error/main', $data); $this->view('footer', $data); } |