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

Changing comment

This commit is contained in:
Jean-Marie Simonet 2017-05-16 17:55:36 +02:00
parent 9b6e02a384
commit 75684b9918

View File

@ -210,7 +210,7 @@ class WeblinksModelWeblink extends JModelAdmin
$registry->loadString($item->images);
$item->images = $registry->toArray();
// Load associated newsfeeds items
// Load associated web links items
$app = JFactory::getApplication();
$assoc = JLanguageAssociations::isEnabled();