Throw an exception for invalid data in expandAttributes() so we get a backtrace and...
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 20 Aug 2007 13:43:14 +0000 (13:43 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 20 Aug 2007 13:43:14 +0000 (13:43 +0000)
commitf5ee414cad667b6cc2159c5362f32c84bec77eea
tree50a56cc341ae5f3357f57c5671ab4be981b4f375
parent914baf487f8d7c24366c7f99ba12df76537e4bb7
Throw an exception for invalid data in expandAttributes() so we get a backtrace and can beat the shit out of whoever did us wrong instead of just seeing a useless PHP warning message or worse yet silently going through without even knowing we probably lost the data we wanted somewhere else in our output
includes/Xml.php