summaryrefslogtreecommitdiffstats
path: root/code/links.inc.php
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-03-05 18:50:04 +0100
committerneoraider <devnull@localhost>2006-03-05 18:50:04 +0100
commita8c94b9b74d7f586ea4b8a5b09290c04b44df7fe (patch)
tree10c4d6335e384f5865c97147d1ac20f3e1a17430 /code/links.inc.php
parent13644bec358f3e51a085337c75aaaa2b9704bfbe (diff)
downloadneon-a8c94b9b74d7f586ea4b8a5b09290c04b44df7fe.tar
neon-a8c94b9b74d7f586ea4b8a5b09290c04b44df7fe.zip
Kleinen Fehler mit den internen Links gefixt.
Diffstat (limited to 'code/links.inc.php')
-rw-r--r--code/links.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/links.inc.php b/code/links.inc.php
index 5c48f54..7895197 100644
--- a/code/links.inc.php
+++ b/code/links.inc.php
@@ -5,7 +5,7 @@
function GetNeonLink($page, $extra = '', $html = true) {
if($GLOBALS['pages']->HasAccess($page, 'c')) {
if($GLOBALS['user']->login_type == 'url')
- $ret = 'index.php?page=' . $page . '&login=' . $GLOBALS['user']->GetLoginKey()
+ $ret = 'index.php?page=' . $page . '&login=' . $GLOBALS['user']->login_key
. ($extra ? '&' . $extra : '');
else