phpBB

Code Changes

File: includes/acp/acp_icons.php

  Unmodified   Added   Modified   Removed
Line 393Line 393
					else if ($action == 'create' && !isset($image_add[$image]))
{
// skip images where add wasn't checked

					else if ($action == 'create' && !isset($image_add[$image]))
{
// skip images where add wasn't checked

 
					}
else if (!file_exists($phpbb_root_path . $img_path . '/' . $image))
{
$errors[$image] = 'SMILIE_NO_FILE';

					}
else
{

					}
else
{