diff options
| author | 2014-12-28 19:46:04 +0100 | |
|---|---|---|
| committer | 2014-12-28 19:46:04 +0100 | |
| commit | 0cd975bfd06b45865722d85fbdab120439623ddc (patch) | |
| tree | 790f442337f88cfecb20b0c62bfec2f61af83c94 /lib/Minz/FrontController.php | |
| parent | 5f327abeeca1953ff9d11f93afb9fbd9ceb825ba (diff) | |
| parent | 497d295be470454b7bd068a5c5cceda8caa19527 (diff) | |
Merge branch '729-move_data' into dev
To update, please follow instructions in https://github.com/FreshRSS/FreshRSS/issues/729
Diffstat (limited to 'lib/Minz/FrontController.php')
| -rw-r--r-- | lib/Minz/FrontController.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Minz/FrontController.php b/lib/Minz/FrontController.php index e95c56bf3..3dac1e438 100644 --- a/lib/Minz/FrontController.php +++ b/lib/Minz/FrontController.php @@ -30,10 +30,6 @@ class Minz_FrontController { * Initialise le dispatcher, met à jour la Request */ public function __construct () { - if (LOG_PATH === false) { - $this->killApp ('Path not found: LOG_PATH'); - } - try { Minz_Configuration::init (); |
