Fix for station logo not displaying correctly

This commit is contained in:
drigato 2015-06-10 15:57:09 -04:00
parent fe5b20c29e
commit 357e17f3b4
2 changed files with 1 additions and 2 deletions

View file

@ -27,7 +27,6 @@ class IndexController extends Zend_Controller_Action
$this->view->stationUrl = Application_Common_HTTPHelper::getStationUrl();
$this->view->baseUrl = Application_Common_OsPath::getBaseDir();
}
public function mainAction()