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
1 changed files with 1 additions and 1 deletions

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 :-\\");
}
?>