From 7c6d7444d7be2f65c10f88e386ab733b00372243 Mon Sep 17 00:00:00 2001 From: "Ilya A. Zhulin" Date: Mon, 26 Feb 2024 16:59:06 +0300 Subject: [PATCH] $sef['0'] missed for Native Router '0' item added to $sef array for Native Joomla router --- .../cck_storage_location/joomla_category/joomla_category.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/cck_storage_location/joomla_category/joomla_category.php b/plugins/cck_storage_location/joomla_category/joomla_category.php index 83f0c397f..ebac9c6a0 100644 --- a/plugins/cck_storage_location/joomla_category/joomla_category.php +++ b/plugins/cck_storage_location/joomla_category/joomla_category.php @@ -54,7 +54,8 @@ class plgCCK_Storage_LocationJoomla_Category extends JCckPluginLocation 1=>'categories', 2=>'category' ); - protected static $sef = array( '1'=>'full', + protected static $sef = array( '0'=>'native', + '1'=>'full', '2'=>'full', '22'=>'id', '23'=>'alias', '24'=>'alias', '3'=>'full', '32'=>'id', '33'=>'alias', '4'=>'full', '42'=>'id', '43'=>'alias' @@ -996,4 +997,4 @@ public static function getStaticProperties( $properties ) return $properties; } } -?> \ No newline at end of file +?>