Skip to content

Commit

Permalink
Code style change
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-sf committed Aug 17, 2016
1 parent 5d9f401 commit 965be55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/joomla/uri/uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ public static function isInternal($url)
* if the host in the supplied URL is identical to the host in our base.
*/
$baseuri = static::getInstance(static::base());

if ($uri->getHost() == $baseuri->getHost())
{
$uScheme = $uri->getScheme();
Expand Down

0 comments on commit 965be55

Please sign in to comment.