aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/feedController.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-02-11 15:58:13 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-02-11 15:58:13 +0100
commita6b7243b1634b50bdf9852045e2b31133864b4f8 (patch)
tree257ce8084ab1c4b650dd6ebeb4c37a2ea41d14d9 /app/Controllers/feedController.php
parent7dc5c9eff211b6f36340c9c40d7460afeb60fc96 (diff)
un ->color oublié #2
Autre fichier oublié dans le patch précédent :-/ https://github.com/marienfressinaud/FreshRSS/issues/295
Diffstat (limited to 'app/Controllers/feedController.php')
-rwxr-xr-xapp/Controllers/feedController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controllers/feedController.php b/app/Controllers/feedController.php
index 056ed96b5..ddbb62e24 100755
--- a/app/Controllers/feedController.php
+++ b/app/Controllers/feedController.php
@@ -431,7 +431,6 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
$values = array (
'id' => $cat->id (),
'name' => $cat->name (),
- 'color' => $cat->color ()
);
$catDAO->addCategory ($values);
}