summaryrefslogtreecommitdiff
path: root/inc/common.php
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-03-11 00:00:50 +0100
committerGerrit Uitslag <klapinklapin@gmail.com>2014-03-11 00:00:50 +0100
commit533772e1d092bc1b1326f7fe5a31091b58bf9030 (patch)
tree8c32eb855d33e9f0c1d780e71b7b9e16fe8e8c30 /inc/common.php
parent30f6ec4bf42de282d69f87494819f0599a1fae82 (diff)
downloadrpg-533772e1d092bc1b1326f7fe5a31091b58bf9030.tar.gz
rpg-533772e1d092bc1b1326f7fe5a31091b58bf9030.tar.bz2
declare more clear, before used as ref
Diffstat (limited to 'inc/common.php')
-rw-r--r--inc/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/common.php b/inc/common.php
index d971986df..6e7142f0e 100644
--- a/inc/common.php
+++ b/inc/common.php
@@ -1541,6 +1541,7 @@ function userinfo($username = null) {
$xhtml_renderer->interwiki = getInterwiki();
}
$shortcut = 'user';
+ $exists = null;
$data['link']['url'] = $xhtml_renderer->_resolveInterWiki($shortcut, $username, $exists);
$data['link']['class'] .= ' interwiki iw_user';
if($exists !== null) {