summaryrefslogtreecommitdiff
path: root/app/Controllers/configureController.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-02-11 23:04:12 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-02-11 23:04:12 +0100
commit11c4c733d6971a977748f874b4976044bab7afc0 (patch)
tree15f7a6d2a90dda9a797b7205e41f60f3ca4183a1 /app/Controllers/configureController.php
parent4419df1da4f5b7199ece4f51f2e4da66f976616e (diff)
Bug mise à jour favicons dans le cas de flux invalides
Diffstat (limited to 'app/Controllers/configureController.php')
-rwxr-xr-xapp/Controllers/configureController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php
index c0665d241..ad8bc546a 100755
--- a/app/Controllers/configureController.php
+++ b/app/Controllers/configureController.php
@@ -114,7 +114,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController {
if ($feedDAO->updateFeed ($id, $values)) {
$this->view->flux->_category ($cat);
-
+ $this->view->flux->faviconPrepare();
$notif = array (
'type' => 'good',
'content' => Minz_Translate::t ('feed_updated')