FIX: Litle fix to allow load any css file from plugins

This commit is contained in:
Erik Amaru Ortiz
2013-06-18 13:00:23 -04:00
parent 03ff6810c8
commit a2b850f272
2 changed files with 3 additions and 3 deletions

View File

@@ -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();
}