Add wfErrorLog() call before throwing an exception in readStyleFile
authorReedy <reedy@wikimedia.org>
Mon, 15 Oct 2012 17:12:10 +0000 (18:12 +0100)
committerReedy <reedy@wikimedia.org>
Mon, 15 Oct 2012 17:12:10 +0000 (18:12 +0100)
commit4fbbe15778964cc5ec391bc6126ffaf375d69744
treeafc8747e36881840089d6de6c7d9414025396e55
parent996e5706529c32c0c75dca88bf9e3507eac13e28
Add wfErrorLog() call before throwing an exception in readStyleFile

Due to the stupid PHP bug, this just gets rendered as a warning.

Then we have no idea what is actually wrong...

Change-Id: I38a2c6df2dc09ef67ff23537f867efa2ce2e3b54
includes/resourceloader/ResourceLoaderFileModule.php