fix backtrace on SQL error
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 13 May 2011 07:05:20 +0000 (07:05 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 13 May 2011 07:05:20 +0000 (07:05 +0000)
commit801a66f00ccbd34cabbc26860fb97de1461b511a
tree79a46dfdd6591c37744f157500d050de7d0fbc45
parente8781a690dbe503bc69e4eca60f4316449fa0688
fix backtrace on SQL error

Setting $wgShowDBErrorBacktrace did not have any effect when
throwing a DBQueryError exception.  Code was missing to actually
append the backtrace to the output :)
includes/db/Database.php