mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7759 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ae0bf42808
commit
0cbe30842c
2 changed files with 3 additions and 1 deletions
|
@ -275,6 +275,7 @@ p a {
|
|||
<li>[Feature] Make effect of a changed hideonline permission instantaneous</li>
|
||||
<li>[Fix] Do not overwrite larger memory values in the installer (Bug #12195)</li>
|
||||
<li>[Fix] Order forums on role permission mask (Bug #12337)</li>
|
||||
<li>[Fix] Show "no image" image when a non-selectable item was selected in the acp imageset editor - IE (Bug #12423)</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -1452,7 +1452,8 @@ parse_css_file = {PARSE_CSS_FILE}
|
|||
'IMAGE_OPTIONS' => $img_options,
|
||||
'IMAGE_SIZE' => $image_width,
|
||||
'IMAGE_HEIGHT' => $image_height,
|
||||
'IMAGE_REQUEST' => $image_request,
|
||||
'IMAGE_REQUEST' => (empty($image_filename)) ? 'images/no_image.png' : $image_request,
|
||||
'TEST' => (empty($image_filename)) ? 'test' : 'tast',
|
||||
'U_ACTION' => $this->u_action . "&action=edit&id=$imageset_id",
|
||||
'U_BACK' => $this->u_action,
|
||||
'NAME' => $imageset_name,
|
||||
|
|
Loading…
Add table
Reference in a new issue