diff options
Diffstat (limited to 'phpBB/includes/acp/acp_icons.php')
| -rw-r--r-- | phpBB/includes/acp/acp_icons.php | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/phpBB/includes/acp/acp_icons.php b/phpBB/includes/acp/acp_icons.php index 5b23f9c3a0..658be4cc6b 100644 --- a/phpBB/includes/acp/acp_icons.php +++ b/phpBB/includes/acp/acp_icons.php @@ -307,7 +307,6 @@ class acp_icons  						'IMG_SRC'			=> $phpbb_root_path . $img_path . '/' . $default_row['smiley_url'],  						'IMG_PATH'			=> $img_path, -						'PHPBB_ROOT_PATH'	=> $phpbb_root_path,  						'CODE'				=> $default_row['code'],  						'EMOTION'			=> $default_row['emotion'], @@ -480,7 +479,7 @@ class acp_icons  							$icons_updated++;  						} - 					} +					}  				}  				$cache->destroy('_icons'); | 
