Merge pull request #4636 from spekulatius/converting-spaces-to-tabs

converting spaces as intentation to tabs
This commit is contained in:
Damian Mooyman 2015-10-06 11:51:45 +13:00
commit 278caa86f4

View File

@ -25,9 +25,9 @@ class HTTP {
protected static $etag = null; protected static $etag = null;
/** /**
* @config * @config
*/ */
private static $cache_ajax_requests = true; private static $cache_ajax_requests = true;
/** /**
* Turns a local system filename into a URL by comparing it to the script * Turns a local system filename into a URL by comparing it to the script