Index: trunk/phase3/includes/MessageCache.php |
— | — | @@ -192,7 +192,7 @@ |
193 | 193 | * When succesfully loading from (2) or (3), all higher level caches are |
194 | 194 | * updated for the newest version. |
195 | 195 | * |
196 | | - * Nothing is loaded if member variable mDisabled is true, either manually |
| 196 | + * Nothing is loaded if member variable mDisable is true, either manually |
197 | 197 | * set by calling code or if message loading fails (is this possible?). |
198 | 198 | * |
199 | 199 | * Returns true if cache is already populated or it was succesfully populated, |