30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-01 05:50:52 +00:00
This commit is contained in:
zero-24 2015-09-08 11:59:05 +02:00
parent 07a7fbbc6a
commit 8717ae7720

View File

@ -45,8 +45,8 @@ class Com_WeblinksInstallerScript
$category->checked_out_time = JFactory::getDbo()->getNullDate();
$category->version = 1;
$category->hits = 0;
$category->modified_user_id=0;
$category->checked_out=0;
$category->modified_user_id = 0;
$category->checked_out = 0;
// Set the location in the tree
$category->setLocation(1, 'last-child');