aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiMain.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/api/ApiMain.php')
-rw-r--r--includes/api/ApiMain.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php
index f4b1b484df0d..928aa7a577a6 100644
--- a/includes/api/ApiMain.php
+++ b/includes/api/ApiMain.php
@@ -284,7 +284,7 @@ class ApiMain extends ApiBase {
if ( $this->mSquidMaxage == - 1 )
{
- # Nobody called setCacheMaxAge(), use the (s)maxage parameters
+ // Nobody called setCacheMaxAge(), use the (s)maxage parameters
$smaxage = $this->getParameter( 'smaxage' );
$maxage = $this->getParameter( 'maxage' );
}