Merge "Replace dev.w3.org with more permanent or stable urls"
[lhc/web/wiklou.git] / includes / Status.php
index 61a0047..cd10258 100644 (file)
@@ -437,7 +437,7 @@ class Status {
         */
        function __get( $name ) {
                if ( $name === 'ok' ) {
-                       return $this->sv->getOK();
+                       return $this->sv->isOK();
                } elseif ( $name === 'errors' ) {
                        return $this->sv->getErrors();
                }