Skip to content

Commit

Permalink
Màj de la librairie SimplePie, fix bug #48
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Apr 10, 2013
1 parent e643644 commit a88e61c
Show file tree
Hide file tree
Showing 36 changed files with 19,252 additions and 11,313 deletions.
2 changes: 1 addition & 1 deletion app/App_FrontController.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function init () {
private function loadLibs () {
require (LIB_PATH . '/lib_phpQuery.php');
require (LIB_PATH . '/lib_rss.php');
require (LIB_PATH . '/lib_simplepie.php');
require (LIB_PATH . '/SimplePie_autoloader.php');
require (LIB_PATH . '/lib_text.php');
}

Expand Down
Loading

0 comments on commit a88e61c

Please sign in to comment.