mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 19:48:49 +02:00
N°2847 - Global Search: Fix class images URL, rename internal variable
This commit is contained in:
@@ -52,15 +52,15 @@ class GlobalSearch extends UIBlock
|
||||
* GlobalSearch constructor.
|
||||
*
|
||||
* @param string $sId
|
||||
* @param array $aLastClasses
|
||||
* @param array $aLastQueries
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function __construct($sId = null, $aLastClasses = [])
|
||||
public function __construct($sId = null, $aLastQueries = [])
|
||||
{
|
||||
parent::__construct($sId);
|
||||
$this->SetEndpoint(static::DEFAULT_ENDPOINT_REL_URL);
|
||||
$this->SetLastQueries($aLastClasses);
|
||||
$this->SetLastQueries($aLastQueries);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user