mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 08:34:16 +01:00
* [ADD] Config module. Work in progress
This commit is contained in:
@@ -189,7 +189,7 @@ abstract class ControllerBase
|
||||
try {
|
||||
echo $this->view->render();
|
||||
} catch (FileNotFoundException $e) {
|
||||
debugLog($e->getMessage(), true);
|
||||
processException($e);
|
||||
|
||||
echo $e->getMessage();
|
||||
}
|
||||
@@ -205,7 +205,7 @@ abstract class ControllerBase
|
||||
try {
|
||||
return $this->view->render();
|
||||
} catch (FileNotFoundException $e) {
|
||||
debugLog($e->getMessage(), true);
|
||||
processException($e);
|
||||
|
||||
return $e->getMessage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user