Index: trunk/phase3/includes/RawPage.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | } |
36 | 36 | |
37 | 37 | $ctype = $this->mRequest->getVal( 'ctype' ); |
38 | | - $smaxage = $this->mRequest->getIntOrNull( 'smaxage', $wgSquidMaxage ); |
| 38 | + $smaxage = $this->mRequest->getIntOrNull( 'smaxage' ); |
39 | 39 | $maxage = $this->mRequest->getInt( 'maxage', $wgSquidMaxage ); |
40 | 40 | |
41 | 41 | $this->mExpandTemplates = $this->mRequest->getVal( 'templates' ) === 'expand'; |