We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceca9db commit 8fcf28aCopy full SHA for 8fcf28a
site/civicrm.php
@@ -56,7 +56,7 @@ function civicrm_invoke() {
56
57
// add all the values from the itemId param
58
// overrride the GET values if conflict
59
- if (CRM_Utils_Array::value('Itemid', $_REQUEST)) {
+ if (!empty($_REQUEST['Itemid'])) {
60
$component = JComponentHelper::getComponent('com_civicrm');
61
$menu = JSite::getMenu();
62
$params = $menu->getParams($_REQUEST['Itemid']);
0 commit comments