mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
- private messages - not finished yet.
git-svn-id: file:///svn/phpbb/trunk@4908 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -759,7 +759,8 @@ class user extends session
|
||||
{
|
||||
if (!$this->theme['primary'][$img])
|
||||
{
|
||||
$imgs[$img . $suffix] = $alt; //'{{IMG:' . $img . '}}';
|
||||
// Do not fill the image to let designers decide what to do if the image is empty
|
||||
$imgs[$img . $suffix] = '';
|
||||
return $imgs[$img . $suffix];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user