diff options
author | Marc Alexander <admin@m-a-styles.de> | 2013-10-24 12:03:46 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2013-10-24 12:03:46 +0200 |
commit | 24099583a32608c2350bdb10d018d6c8a0551e6c (patch) | |
tree | 1fd237b0cef3718e9dd709ae58eb54cf779dac6d /phpBB/phpbb | |
parent | 973682cb2ddba8022622bdccc870925ea6a7237c (diff) | |
download | forums-24099583a32608c2350bdb10d018d6c8a0551e6c.tar forums-24099583a32608c2350bdb10d018d6c8a0551e6c.tar.gz forums-24099583a32608c2350bdb10d018d6c8a0551e6c.tar.bz2 forums-24099583a32608c2350bdb10d018d6c8a0551e6c.tar.xz forums-24099583a32608c2350bdb10d018d6c8a0551e6c.zip |
[ticket/11912] Remove typo in content_guesser
PHPBB3-11912
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/mimetype/content_guesser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/mimetype/content_guesser.php b/phpBB/phpbb/mimetype/content_guesser.php index 65c4703e2a..6bdd410af4 100644 --- a/phpBB/phpbb/mimetype/content_guesser.php +++ b/phpBB/phpbb/mimetype/content_guesser.php @@ -452,7 +452,7 @@ class content_guesser 'xif' => 'image/vnd.xiff', 'xl' => 'application/excel', 'xla' => 'application/excel', - 'xlb' => 'application/excel',, + 'xlb' => 'application/excel', 'xlc' => 'application/excel', 'xld' => 'application/excel', 'xlk' => 'application/excel', |