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:
parent
9f7d044bf4
commit
8a07cee077
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ function interwiki_pagename_resolve($interwiki_pagename) {
|
||||||
$prefix = $parts[0];
|
$prefix = $parts[0];
|
||||||
$pagename = $parts[1];
|
$pagename = $parts[1];
|
||||||
|
|
||||||
throw new Exception("Not implemented yet :-\\")
|
throw new Exception("Not implemented yet :-\\");
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue