diff options
Diffstat (limited to 'inc/confutils.php')
-rw-r--r-- | inc/confutils.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/confutils.php b/inc/confutils.php index 114fa3024..c04d39896 100644 --- a/inc/confutils.php +++ b/inc/confutils.php @@ -90,6 +90,8 @@ function getInterwiki() { if ( !$wikis ) { $wikis = confToHash(DOKU_INC . 'conf/interwiki.conf'); } + //add sepecial case 'this' + $wikis[] = 'this '.DOKU_URL.'{NAME}'; return $wikis; } |