format
This commit is contained in:
parent
6d2c92575d
commit
321eafa408
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user