aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/session.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-09-16 15:15:03 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-09-16 15:15:03 +0000
commit17ec98b834d38bce562cc2c0c7447e7f00280a22 (patch)
tree41a79c6f88df76a4f34c5a656a4e733c1d43a8c4 /phpBB/includes/session.php
parentcc5d77e06d4daf4b5899717a9b8695a72e5927b4 (diff)
downloadforums-17ec98b834d38bce562cc2c0c7447e7f00280a22.tar
forums-17ec98b834d38bce562cc2c0c7447e7f00280a22.tar.gz
forums-17ec98b834d38bce562cc2c0c7447e7f00280a22.tar.bz2
forums-17ec98b834d38bce562cc2c0c7447e7f00280a22.tar.xz
forums-17ec98b834d38bce562cc2c0c7447e7f00280a22.zip
simplify $user->img()
git-svn-id: file:///svn/phpbb/trunk@8859 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/session.php')
-rw-r--r--phpBB/includes/session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php
index 7431af6ab9..b5f2a9b6a1 100644
--- a/phpBB/includes/session.php
+++ b/phpBB/includes/session.php
@@ -2077,7 +2077,7 @@ class user extends session
/**
* Specify/Get image
*/
- function img($img, $alt = '', $width = false, $suffix = '', $type = 'full_tag')
+ function img($img, $alt = '', $type = 'full_tag', $width = false)
{
static $imgs;