aboutsummaryrefslogtreecommitdiffstats
path: root/includes/AjaxResponse.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <siebrand@users.mediawiki.org>2008-04-14 07:45:50 +0000
committerSiebrand Mazeland <siebrand@users.mediawiki.org>2008-04-14 07:45:50 +0000
commit79d5225c0e864482269e2315f47b899697681e52 (patch)
treeaa7e6c78ddffbca738e367634183427737199ed6 /includes/AjaxResponse.php
parent8847d4527a988fd8968974dde809ee11f53c3d9d (diff)
downloadmediawikicore-79d5225c0e864482269e2315f47b899697681e52.tar.gz
mediawikicore-79d5225c0e864482269e2315f47b899697681e52.zip
* remove end of line whitespace
* remove empty lines at end of file * remove "?>" where still present
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/33276
Diffstat (limited to 'includes/AjaxResponse.php')
-rw-r--r--includes/AjaxResponse.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/AjaxResponse.php b/includes/AjaxResponse.php
index 8fa08539a6ef..791bfbb102f4 100644
--- a/includes/AjaxResponse.php
+++ b/includes/AjaxResponse.php
@@ -99,7 +99,7 @@ class AjaxResponse {
if ( $this->mCacheDuration ) {
- # If squid caches are configured, tell them to cache the response,
+ # If squid caches are configured, tell them to cache the response,
# and tell the client to always check with the squid. Otherwise,
# tell the client to use a cached copy, without a way to purge it.
@@ -220,4 +220,3 @@ class AjaxResponse {
return true;
}
}
-