mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 22:18:46 +02:00
Fixed issues with the search form and context and page args... not finished
SVN:trunk[911]
This commit is contained in:
@@ -1616,7 +1616,14 @@ EOF
|
||||
*/
|
||||
public static function MapContextParam($sContextParam)
|
||||
{
|
||||
return $sContextParam;
|
||||
if ($sContextParam == 'menu')
|
||||
{
|
||||
return null;
|
||||
}
|
||||
else
|
||||
{
|
||||
return $sContextParam;
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user