Skip to content

Commit

Permalink
Merge pull request phpbb#20 from Sajaki/master
Browse files Browse the repository at this point in the history
[ticket/62689] 500 Internal Server Error when MOD uploaded  [FIX]
  • Loading branch information
Jari Kanerva committed Oct 9, 2011
2 parents 7640394 + 382e4a4 commit 221828c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion root/includes/mod_parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ function parser($ext)
switch ($ext)
{
case 'xml':
default:
// fix ticket 62689 only enter parser if it is xml
//http://www.phpbb.com/bugs/modteamtools/62689
$this->parser = new parser_xml();
break;
default:
}
}

Expand Down

0 comments on commit 221828c

Please sign in to comment.