This commit is contained in:
zero-24 2015-09-08 11:59:05 +02:00
parent 07a7fbbc6a
commit 8717ae7720
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');