30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-03 06:50:49 +00:00

removed unneeded quote

@mbabker, removed.
This commit is contained in:
Nicola Galgano 2015-07-14 08:30:08 +02:00
parent dd71f1efa5
commit 1a9e2de216

View File

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