From 1a9e2de216ae6e3254ee5757ac9462bf94b7b68d Mon Sep 17 00:00:00 2001 From: Nicola Galgano Date: Tue, 14 Jul 2015 08:30:08 +0200 Subject: [PATCH] removed unneeded quote @mbabker, removed. --- src/com_weblinks/script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com_weblinks/script.php b/src/com_weblinks/script.php index 35ee3dd..f42fb3d 100644 --- a/src/com_weblinks/script.php +++ b/src/com_weblinks/script.php @@ -42,7 +42,7 @@ class Com_WeblinksInstallerScript $category->params = '{"category_layout":"","image":""}'; $category->metadata = '{"author":"","robots":""}'; $category->language = '*'; - $category->checked_out_time = JFactory::getDbo()->quote(JFactory::getDbo()->getNullDate()); + $category->checked_out_time = JFactory::getDbo()->getNullDate(); // Set the location in the tree $category->setLocation(1, 'last-child');