Skip to content

Commit

Permalink
Merge pull request #73 from alikon/patch-1
Browse files Browse the repository at this point in the history
postgresql  - error on pkg installation
  • Loading branch information
Michael Babker committed Jul 14, 2015
2 parents 886fe7f + 1a9e2de commit e757e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com_weblinks/script.php
Expand Up @@ -42,6 +42,7 @@ public function install($parent)
$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');
Expand Down

0 comments on commit e757e3b

Please sign in to comment.