Issue #146 : coding style

Ajout de tabulation dans le if{}
pull/149/merge
Marien Fressinaud 11 years ago
parent ec448c53a3
commit ae2ad78d38
  1. 2
      app/models/Feed.php

@ -200,10 +200,12 @@ class Feed extends Model {
}
$this->_url ($subscribe_url);
}
if (empty($this->name)) { // May come from OPML
$title = $feed->get_title ();
$this->_name (!is_null ($title) ? $title : $this->url);
}
$this->_website ($feed->get_link ());
$this->_description ($feed->get_description ());

Loading…
Cancel
Save