Skip to content

Commit

Permalink
Add missing not-null properties
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Mar 18, 2016
1 parent 8585bd5 commit ae8e62c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/administrator/components/com_weblinks/script.php
Expand Up @@ -41,6 +41,8 @@ public function install($parent)
$category->access = 1;
$category->params = '{"category_layout":"","image":""}';
$category->metadata = '{"author":"","robots":""}';
$category->metadesc = '';
$category->metakey = '';
$category->language = '*';
$category->checked_out_time = JFactory::getDbo()->getNullDate();
$category->version = 1;
Expand Down

0 comments on commit ae8e62c

Please sign in to comment.