Another unused variable. re #127
This commit is contained in:
parent
d3934b9254
commit
cedbd89c7a
1
base.php
1
base.php
|
@ -721,7 +721,6 @@ class PageQueryResult extends Page
|
||||||
|
|
||||||
public function InitializeContent ()
|
public function InitializeContent ()
|
||||||
{
|
{
|
||||||
global $config;
|
|
||||||
$scope = getURLParam ("scope");
|
$scope = getURLParam ("scope");
|
||||||
if (empty ($scope)) {
|
if (empty ($scope)) {
|
||||||
$this->title = str_format (localize ("search.result"), $this->query);
|
$this->title = str_format (localize ("search.result"), $this->query);
|
||||||
|
|
Loading…
Reference in a new issue