aboutsummaryrefslogtreecommitdiff
path: root/app/App_FrontController.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-15 17:42:15 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-15 17:42:15 +0100
commit190e724aee234eb4ef0e476f20e89a9aaefce778 (patch)
tree399a85fa630b0ea19e8793a4f4a322f2a7914a57 /app/App_FrontController.php
parentc805b031481d5b53b0f5f9d6d39bc83911709834 (diff)
Suppression référence lib_text et optimisation lazyimg
Optimisation du regex de lazyimg. Et une référence à lib_text avait été oubliée dans https://github.com/marienfressinaud/FreshRSS/commit/5dfe281d60e21fd59bfa780fad0aa177a8feaf14
Diffstat (limited to 'app/App_FrontController.php')
-rw-r--r--app/App_FrontController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/App_FrontController.php b/app/App_FrontController.php
index 950956555..2a7b86f1b 100644
--- a/app/App_FrontController.php
+++ b/app/App_FrontController.php
@@ -23,7 +23,6 @@ class App_FrontController extends FrontController {
require (LIB_PATH . '/lib_phpQuery.php');
require (LIB_PATH . '/lib_rss.php');
require (LIB_PATH . '/SimplePie_autoloader.php');
- require (LIB_PATH . '/lib_text.php');
}
private function loadModels () {