From 8717ae772029564dbc15618036ff0922321487b3 Mon Sep 17 00:00:00 2001 From: zero-24 Date: Tue, 8 Sep 2015 11:59:05 +0200 Subject: [PATCH] CS --- src/com_weblinks/script.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com_weblinks/script.php b/src/com_weblinks/script.php index c00f5c2..e5a249e 100644 --- a/src/com_weblinks/script.php +++ b/src/com_weblinks/script.php @@ -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');