MapContextParam: call the parent just in case...

SVN:trunk[1397]
This commit is contained in:
Denis Flaven
2011-07-31 09:40:00 +00:00
parent c2a8fd4e09
commit 9c97df5186

View File

@@ -106,7 +106,7 @@ class ProviderContract extends Contract
}
else
{
return $sContextParam;
return parent::MapContextParam($sContextParam); // Ask the parent what to do with other parameters...
}
}
}