mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-11-10 15:20:57 +00:00
commit
8252c35dad
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user