mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-28 02:01:52 +02:00
Quick BugFix
git-svn-id: file:///svn/phpbb/trunk@1254 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a03691ca8e
commit
493d836919
@ -150,7 +150,7 @@ switch($mode)
|
||||
"L_SUBMIT" => $lang['Submit_changes'],
|
||||
"L_RESET" => $lang['Reset_changes'],
|
||||
|
||||
"SMILEY_IMG" => $phpbb_root_path . '/' . $board_config['smilies_path'] . '/' . $smiley_edit_img,
|
||||
"SMILEY_IMG" => $phpbb_root_path . $board_config['smilies_path'] . '/' . $smiley_edit_img,
|
||||
|
||||
"S_SMILEY_ACTION" => append_sid("admin_smilies.$phpEx"),
|
||||
"S_HIDDEN_FIELDS" => $s_hidden_fields,
|
||||
@ -340,4 +340,4 @@ switch($mode)
|
||||
//
|
||||
include('page_footer_admin.'.$phpEx);
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user