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 năm trước cách đây
mục cha
commit
a6b7243b16
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 (
 					'id' => $cat->id (),
 					'name' => $cat->name (),
-					'color' => $cat->color ()
 				);
 				$catDAO->addCategory ($values);
 			}