diff --git a/src/com_weblinks/script.php b/src/com_weblinks/script.php index 91ad631..f42fb3d 100644 --- a/src/com_weblinks/script.php +++ b/src/com_weblinks/script.php @@ -42,6 +42,7 @@ class Com_WeblinksInstallerScript $category->params = '{"category_layout":"","image":""}'; $category->metadata = '{"author":"","robots":""}'; $category->language = '*'; + $category->checked_out_time = JFactory::getDbo()->getNullDate(); // Set the location in the tree $category->setLocation(1, 'last-child');