remove unused variable (PHP 5.4 warning)

This commit is contained in:
Martin Konecny 2012-09-07 16:50:52 -04:00
parent 3c0541f138
commit 101c28f9c3
1 changed files with 0 additions and 1 deletions

View File

@ -132,7 +132,6 @@ class Application_Model_Preference
public static function GetHeadTitle()
{
$title = self::getValue("station_name");
$defaultNamespace->title = $title;
if (strlen($title) > 0)
$title .= " - ";