This commit is contained in:
George Wilson 2015-05-18 14:42:33 +01:00
parent f6b614c6ad
commit ab2fab5a80
1 changed files with 1 additions and 1 deletions

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