Skip to content

Commit

Permalink
Fix additional "menuitem-params-access"
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheraud committed Dec 8, 2023
1 parent edac9f2 commit 230f3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/cck/cck.php
Expand Up @@ -71,7 +71,7 @@ public function buildRule( &$router, &$uri )
$item = JFactory::getApplication()->getMenu()->getItem( $Itemid );

if ( isset( $item->query['view'] ) && ( $item->query['view'] == 'list' || $item->query['view'] == 'form' ) ) {
$urlvars = $item->params->get( 'urlvars' );
$urlvars = $item->getParams()->get( 'urlvars' );

if ( $urlvars ) {
$vars = explode( '&', $urlvars );
Expand Down

0 comments on commit 230f3e7

Please sign in to comment.