diff options
author | David M <davidmj@users.sourceforge.net> | 2007-03-22 01:01:38 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-03-22 01:01:38 +0000 |
commit | d8013e9c75eed6f9aed156029685c7bfb0fc9252 (patch) | |
tree | 1788d6a76fdf85664f975784be1a848ba93ecda9 /phpBB/includes | |
parent | fe7090190468b1f86a0da338573f8f772474e847 (diff) | |
download | forums-d8013e9c75eed6f9aed156029685c7bfb0fc9252.tar forums-d8013e9c75eed6f9aed156029685c7bfb0fc9252.tar.gz forums-d8013e9c75eed6f9aed156029685c7bfb0fc9252.tar.bz2 forums-d8013e9c75eed6f9aed156029685c7bfb0fc9252.tar.xz forums-d8013e9c75eed6f9aed156029685c7bfb0fc9252.zip |
#5194
git-svn-id: file:///svn/phpbb/trunk@7215 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/acp/acp_styles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php index ac45bf03b3..182a565c19 100644 --- a/phpBB/includes/acp/acp_styles.php +++ b/phpBB/includes/acp/acp_styles.php @@ -1383,7 +1383,7 @@ parse_css_file = {PARSE_CSS_FILE} } } - if ($update && $imgpath) + if ($update && isset($_POST['imgpath'])) { if ($valid_name) { |