aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-05-12 15:46:32 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-05-12 15:46:32 +0000
commit4677c6bd58fed26a821ac917d16264da230fb0c4 (patch)
tree809a1b8cdbf774bdbf73298f9c33c2835db78a9b /phpBB/includes
parent81ff8f2d00c93d288bda28b995a8e1f90eec3a7c (diff)
downloadforums-4677c6bd58fed26a821ac917d16264da230fb0c4.tar
forums-4677c6bd58fed26a821ac917d16264da230fb0c4.tar.gz
forums-4677c6bd58fed26a821ac917d16264da230fb0c4.tar.bz2
forums-4677c6bd58fed26a821ac917d16264da230fb0c4.tar.xz
forums-4677c6bd58fed26a821ac917d16264da230fb0c4.zip
oops
git-svn-id: file:///svn/phpbb/trunk@7549 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/functions_convert.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_convert.php b/phpBB/includes/functions_convert.php
index a8caa6a63f..b27ab6789e 100644
--- a/phpBB/includes/functions_convert.php
+++ b/phpBB/includes/functions_convert.php
@@ -925,7 +925,7 @@ function get_remote_avatar_dim($src, $axis)
}
$url_info = @parse_url($src);
- if (empty($url_info['host'])
+ if (empty($url_info['host']))
{
return 0;
}