diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-03-11 00:00:50 +0100 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-03-11 00:00:50 +0100 |
commit | 533772e1d092bc1b1326f7fe5a31091b58bf9030 (patch) | |
tree | 8c32eb855d33e9f0c1d780e71b7b9e16fe8e8c30 /inc | |
parent | 30f6ec4bf42de282d69f87494819f0599a1fae82 (diff) | |
download | rpg-533772e1d092bc1b1326f7fe5a31091b58bf9030.tar.gz rpg-533772e1d092bc1b1326f7fe5a31091b58bf9030.tar.bz2 |
declare more clear, before used as ref
Diffstat (limited to 'inc')
-rw-r--r-- | inc/common.php | 1 |
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) { |