Merge "Fix Sqlite upgrade test when profiling to database is enabled"
[lhc/web/wiklou.git] / maintenance / backupTextPass.inc
index 81e61b7..0b8b344 100644 (file)
@@ -294,7 +294,7 @@ class TextPassDumper extends BackupDumper {
        }
 
        function setTimeExceeded() {
-               $this->timeExceeded = True;
+               $this->timeExceeded = true;
        }
 
        function checkIfTimeExceeded() {