remove unused variable (PHP 5.4 warning)
This commit is contained in:
parent
3c0541f138
commit
101c28f9c3
|
@ -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 .= " - ";
|
||||
|
||||
|
|
Loading…
Reference in New Issue