CSSMin: Don't do file_exists on random data in getLocalFileReferences()
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 27 Feb 2014 13:16:39 +0000 (14:16 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 10 Mar 2014 19:55:02 +0000 (20:55 +0100)
commit603174ff41425366602358daa68a9fbd50f15b58
treebc5fc739b90687c376eb7470a4d88ff9fe53ca95
parent9ed334b55c57fa387cb25bd3a14bc90af345903e
CSSMin: Don't do file_exists on random data in getLocalFileReferences()

If it's a URL, it obviously can't be a local file; check that first to
avoid PHP warnings about malformed paths.

Bug: 60960
Change-Id: Id784c089c3de8af79af7524ef5ab5cc2f7b8af9e
RELEASE-NOTES-1.23
includes/libs/CSSMin.php