remove unused variable (PHP 5.4 warning)
This commit is contained in:
parent
3c0541f138
commit
101c28f9c3
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ class Application_Model_Preference
|
||||||
public static function GetHeadTitle()
|
public static function GetHeadTitle()
|
||||||
{
|
{
|
||||||
$title = self::getValue("station_name");
|
$title = self::getValue("station_name");
|
||||||
$defaultNamespace->title = $title;
|
|
||||||
if (strlen($title) > 0)
|
if (strlen($title) > 0)
|
||||||
$title .= " - ";
|
$title .= " - ";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue