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
1 changed files with 1 additions and 0 deletions

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