30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-03 06:50:49 +00:00

Merge pull request #73 from alikon/patch-1

postgresql  - error on pkg installation
This commit is contained in:
Michael Babker 2015-07-14 08:51:39 -04:00
commit e757e3b96f

View File

@ -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');