Merge "Use isset() to avoid an E_NOTICE about an undefined index"
[lhc/web/wiklou.git] / includes / installer / DatabaseInstaller.php
index bb30d3d..6315de4 100644 (file)
@@ -373,6 +373,7 @@ abstract class DatabaseInstaller {
        /**
         * Perform database upgrades
         *
+        * @suppress SecurityCheck-XSS Escaping provided by $this->outputHandler
         * @return bool
         */
        public function doUpgrade() {