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.
2 parents 0de9c9c + 8fcf28a commit 02c97e2Copy full SHA for 02c97e2
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