X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2FStreamFile.php;h=1ad643ac9874a9466ca888002e0d0ef93d505175;hb=2fe1b773d3da27e379485e049c239d9ac6cd6365;hp=f5e4acff461a4d7213c386547fb5add412df8d45;hpb=dc348e4df2e79a24e79b21ce265c8b0b481876bf;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/StreamFile.php b/includes/StreamFile.php index f5e4acff46..1ad643ac98 100644 --- a/includes/StreamFile.php +++ b/includes/StreamFile.php @@ -42,6 +42,7 @@ class StreamFile { wfProfileIn( __METHOD__ ); if ( FileBackend::isStoragePath( $fname ) ) { // sanity + wfProfileOut( __METHOD__ ); throw new MWException( __FUNCTION__ . " given storage path '$fname'." ); }