Browse Source

un ->color oublié #2

Autre fichier oublié dans le patch précédent :-/
https://github.com/marienfressinaud/FreshRSS/issues/295
Alexandre Alapetite 12 years ago
parent
commit
a6b7243b16
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Controllers/feedController.php

+ 0 - 1
app/Controllers/feedController.php

@@ -431,7 +431,6 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
 				$values = array (
 				$values = array (
 					'id' => $cat->id (),
 					'id' => $cat->id (),
 					'name' => $cat->name (),
 					'name' => $cat->name (),
-					'color' => $cat->color ()
 				);
 				);
 				$catDAO->addCategory ($values);
 				$catDAO->addCategory ($values);
 			}
 			}