32
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-12-26 18:10:11 +00:00

Add missing not-null properties

This commit is contained in:
George Wilson 2016-03-18 01:10:45 +00:00
parent 8585bd5300
commit ae8e62c1bc

View File

@ -41,6 +41,8 @@ class Com_WeblinksInstallerScript
$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;