Merge "Make the indexName functions more obviously laid out"
[lhc/web/wiklou.git] / includes / installer / CliInstaller.php
index 7ecb71c..661c3ec 100644 (file)
@@ -199,7 +199,7 @@ class CliInstaller extends Installer {
                        }
                }
 
-               if ( !$status->isOk() ) {
+               if ( !$status->isOK() ) {
                        echo "\n";
                        exit( 1 );
                }