30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-03 15:00:48 +00:00
This commit is contained in:
George Wilson 2015-05-18 14:42:33 +01:00
parent f6b614c6ad
commit ab2fab5a80

View File

@ -101,7 +101,7 @@ class Com_WeblinksInstallerScript
$query = $db->getQuery(true);
$query->select($db->quoteName('type_id'))
->from($db->quoteName('#__content_types'))
>where($db->quoteName('type_alias') . ' = ' . $db->quote('com_weblinks.weblink'));
->where($db->quoteName('type_alias') . ' = ' . $db->quote('com_weblinks.weblink'));
$db->setQuery($query);
$weblinkTypeId = $db->loadResult();