This commit is contained in:
Shish 2020-02-01 23:04:40 +00:00
parent 6d2c92575d
commit 321eafa408

View File

@ -271,7 +271,8 @@ class Wiki extends Extension
FROM wiki_pages FROM wiki_pages
WHERE LOWER(title) LIKE LOWER(:title) WHERE LOWER(title) LIKE LOWER(:title)
ORDER BY revision DESC ORDER BY revision DESC
", ["title"=>$title] ",
["title"=>$title]
); );
// fall back to wiki:default // fall back to wiki:default