Merge "Allow filtering on newbies in Special:NewFiles"
[lhc/web/wiklou.git] / includes / widget / search / InterwikiSearchResultSetWidget.php
index 6d942de..11f9364 100644 (file)
@@ -177,7 +177,7 @@ class InterwikiSearchResultSetWidget implements SearchResultSetWidget {
                $iwIconUrl = $parsed['scheme'] .
                        $parsed['delimiter'] .
                        $parsed['host'] .
-                       ( $parsed['port'] ? ':' . $parsed['port'] : '' ) .
+                       ( isset ( $parsed['port'] ) ? ':' . $parsed['port'] : '' ) .
                        '/favicon.ico';
 
                $iwIcon = new OOUI\IconWidget( [