No jquery.ui for now.
[lhc/web/wiklou.git] / maintenance / sql.php
index b9c8b15..cceec00 100644 (file)
@@ -69,6 +69,10 @@ class MwSql extends Maintenance {
                        $this->output( "Query OK, $affected row(s) affected\n" );
                }
        }
+       
+       protected function getDbType() {
+               return Maintenance::DB_ADMIN;
+       }
 }
 
 class SqlPromptPrinter {