Merge pull request #1 from zero-24/patch-1

CS
This commit is contained in:
Nicola Galgano 2015-09-08 12:10:01 +02:00
commit 8252c35dad
1 changed files with 2 additions and 2 deletions

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');