Browse Source

Supprime référence lib_text

La 0.6-bêta ne marchait plus suite à
https://github.com/marienfressinaud/FreshRSS/commit/5dfe281d60e21fd59bfa780fad0aa177a8feaf14
Alexandre Alapetite 12 years ago
parent
commit
982c50939b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/App_FrontController.php

+ 0 - 1
app/App_FrontController.php

@@ -23,7 +23,6 @@ class App_FrontController extends FrontController {
 		require (LIB_PATH . '/lib_phpQuery.php');
 		require (LIB_PATH . '/lib_phpQuery.php');
 		require (LIB_PATH . '/lib_rss.php');
 		require (LIB_PATH . '/lib_rss.php');
 		require (LIB_PATH . '/SimplePie_autoloader.php');
 		require (LIB_PATH . '/SimplePie_autoloader.php');
-		require (LIB_PATH . '/lib_text.php');
 	}
 	}
 
 
 	private function loadModels () {
 	private function loadModels () {