Explorar el Código

Supprime référence lib_text

La 0.6-bêta ne marchait plus suite à
https://github.com/marienfressinaud/FreshRSS/commit/5dfe281d60e21fd59bfa780fad0aa177a8feaf14
Alexandre Alapetite hace 12 años
padre
commit
982c50939b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 () {