removed unneeded quote

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

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