WikiPage: Use Title::isKnown() in hasViewableContent()
[lhc/web/wiklou.git] / includes / db / DatabaseMssql.php
index 058c33e..f8770d2 100644 (file)
@@ -1216,7 +1216,7 @@ class DatabaseMssql extends Database {
                }
 
                // we want this to be compatible with the output of parent::makeSelectOptions()
-               return [ $startOpts, '', $tailOpts, '' ];
+               return [ $startOpts, '', $tailOpts, '', '' ];
        }
 
        /**