Index: trunk/phase3/includes/api/ApiMain.php |
— | — | @@ -124,7 +124,7 @@ |
125 | 125 | |
126 | 126 | private $mPrinter, $mModules, $mModuleNames, $mFormats, $mFormatNames; |
127 | 127 | private $mResult, $mAction, $mShowVersions, $mEnableWrite, $mRequest; |
128 | | - private $mInternalMode, $mSquidMaxage, $mModule, $mVaryCookie; |
| 128 | + private $mInternalMode, $mSquidMaxage, $mModule; |
129 | 129 | |
130 | 130 | private $mCacheMode = 'private'; |
131 | 131 | private $mCacheControl = array(); |
— | — | @@ -170,7 +170,6 @@ |
171 | 171 | |
172 | 172 | $this->mSquidMaxage = - 1; // flag for executeActionWithErrorHandling() |
173 | 173 | $this->mCommit = false; |
174 | | - $this->mVaryCookie = false; |
175 | 174 | } |
176 | 175 | |
177 | 176 | /** |