1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-11-22 16:33:00 +00:00

Fix build error

This commit is contained in:
Starbeamrainbowlabs 2019-01-03 20:46:31 +00:00
parent 9f7d044bf4
commit 8a07cee077
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -49,7 +49,7 @@ function interwiki_pagename_resolve($interwiki_pagename) {
$prefix = $parts[0];
$pagename = $parts[1];
throw new Exception("Not implemented yet :-\\")
throw new Exception("Not implemented yet :-\\");
}
?>