diff --git a/administrator/components/com_admin/sql/updates/mysql/4.0.0-2019-05-05.sql b/administrator/components/com_admin/sql/updates/mysql/4.0.0-2019-05-05.sql new file mode 100644 index 0000000000000..8f423a14366bc --- /dev/null +++ b/administrator/components/com_admin/sql/updates/mysql/4.0.0-2019-05-05.sql @@ -0,0 +1,10 @@ +UPDATE `#__menu` SET `link`='index.php?option=com_banners&view=banners' WHERE `id`=3; +UPDATE `#__menu` SET `link`='index.php?option=com_categories&view=categories&extension=com_banners' WHERE `id`=4; +UPDATE `#__menu` SET `link`='index.php?option=com_categories&view=categories&extension=com_contact' WHERE `id`=9; +UPDATE `#__menu` SET `link`='index.php?option=com_newsfeeds&view=newsfeeds' WHERE `id`=14; +UPDATE `#__menu` SET `link`='index.php?option=com_categories&view=categories&extension=com_newsfeeds' WHERE `id`=15; +UPDATE `#__menu` SET `link`='index.php?option=com_redirect&view=links' WHERE `id`=16; +UPDATE `#__menu` SET `link`='index.php?option=com_search&view=searches' WHERE `id`=17; +UPDATE `#__menu` SET `link`='index.php?option=com_finder&view=index' WHERE `id`=18; +UPDATE `#__menu` SET `link`='index.php?option=com_tags&view=tags' WHERE `id`=20; +UPDATE `#__menu` SET `link`='index.php?option=com_associations&view=associations' WHERE `id`=22; \ No newline at end of file diff --git a/administrator/components/com_admin/sql/updates/postgresql/4.0.0-2019-05-05.sql b/administrator/components/com_admin/sql/updates/postgresql/4.0.0-2019-05-05.sql new file mode 100644 index 0000000000000..2771acade7344 --- /dev/null +++ b/administrator/components/com_admin/sql/updates/postgresql/4.0.0-2019-05-05.sql @@ -0,0 +1,10 @@ +UPDATE "#__menu" SET "link"='index.php?option=com_banners&view=banners' WHERE "id"=3; +UPDATE "#__menu" SET "link"='index.php?option=com_categories&view=categories&extension=com_banners' WHERE "id"=4; +UPDATE "#__menu" SET "link"='index.php?option=com_categories&view=categories&extension=com_contact' WHERE "id"=9; +UPDATE "#__menu" SET "link"='index.php?option=com_newsfeeds&view=newsfeeds' WHERE "id"=14; +UPDATE "#__menu" SET "link"='index.php?option=com_categories&view=categories&extension=com_newsfeeds' WHERE "id"=15; +UPDATE "#__menu" SET "link"='index.php?option=com_redirect&view=links' WHERE "id"=16; +UPDATE "#__menu" SET "link"='index.php?option=com_search&view=searches' WHERE "id"=17; +UPDATE "#__menu" SET "link"='index.php?option=com_finder&view=index' WHERE "id"=18; +UPDATE "#__menu" SET "link"='index.php?option=com_tags&view=tags' WHERE "id"=20; +UPDATE "#__menu" SET "link"='index.php?option=com_associations&view=associations' WHERE "id"=22; \ No newline at end of file diff --git a/administrator/components/com_categories/tmpl/categories/default.php b/administrator/components/com_categories/tmpl/categories/default.php index b107e6ac176dc..be767bee14de1 100644 --- a/administrator/components/com_categories/tmpl/categories/default.php +++ b/administrator/components/com_categories/tmpl/categories/default.php @@ -48,7 +48,7 @@ HTMLHelper::_('draggablelist.draggable'); } ?> -