FIX: Litle fix to allow load any css file from plugins
This commit is contained in:
@@ -386,7 +386,7 @@ if (Bootstrap::virtualURI( $_SERVER['REQUEST_URI'], $virtualURITable, $realPath
|
||||
//NewRelic Snippet - By JHL
|
||||
transactionLog($pluginFilename);
|
||||
|
||||
Bootstrap::streamFile( $pluginFilename );
|
||||
Bootstrap::streamFile( $pluginFilename, false, '', true );
|
||||
}
|
||||
die();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user