From 75684b9918eb5466a21792fa547218a33d5cb18b Mon Sep 17 00:00:00 2001 From: Jean-Marie Simonet Date: Tue, 16 May 2017 17:55:36 +0200 Subject: [PATCH] Changing comment --- .../components/com_weblinks/models/weblink.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/administrator/components/com_weblinks/models/weblink.php b/src/administrator/components/com_weblinks/models/weblink.php index fbe6892..d5b5455 100644 --- a/src/administrator/components/com_weblinks/models/weblink.php +++ b/src/administrator/components/com_weblinks/models/weblink.php @@ -27,7 +27,7 @@ class WeblinksModelWeblink extends JModelAdmin * @since 3.2 */ public $typeAlias = 'com_weblinks.weblink'; - + /** * The context used for the associations table * @@ -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(); @@ -325,7 +325,7 @@ class WeblinksModelWeblink extends JModelAdmin // Cast catid to integer for comparison $catid = (int) $data['catid']; - + // Check if New Category exists if ($catid > 0) {