mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
MapContextParam: call the parent just in case...
SVN:trunk[1397]
This commit is contained in:
@@ -106,7 +106,7 @@ class ProviderContract extends Contract
|
||||
}
|
||||
else
|
||||
{
|
||||
return $sContextParam;
|
||||
return parent::MapContextParam($sContextParam); // Ask the parent what to do with other parameters...
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user