Removed whitespace.

This commit is contained in:
Josh Sherman 2010-05-15 22:51:17 -04:00
parent a901d73dac
commit a48706da4b
8 changed files with 23 additions and 23 deletions

View file

@ -41,7 +41,7 @@ class Display_RSS extends Display_Common
if (isset($this->data->channel) || is_object($this->data['channel']))
{
$channel = $this->data['channel'];
if (!is_object($this->data['channel']))
{
$channel = $this->config->rss->$channel;