summaryrefslogtreecommitdiffstats
path: root/code/links.inc.php
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-03-05 18:38:05 +0100
committerneoraider <devnull@localhost>2006-03-05 18:38:05 +0100
commit13644bec358f3e51a085337c75aaaa2b9704bfbe (patch)
tree7772d25df6c259043802fc3feebfe8ae853922b9 /code/links.inc.php
parentb4e4ea85fff81c47a4aa5a3b46c17340e4192d08 (diff)
downloadneon-13644bec358f3e51a085337c75aaaa2b9704bfbe.tar
neon-13644bec358f3e51a085337c75aaaa2b9704bfbe.zip
Seiten-Verwaltung intern ueberarbeitet.
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 9fbaae3..5c48f54 100644
--- a/code/links.inc.php
+++ b/code/links.inc.php
@@ -4,7 +4,7 @@
class Links {
function GetNeonLink($page, $extra = '', $html = true) {
if($GLOBALS['pages']->HasAccess($page, 'c')) {
- if($GLOBALS['user']->GetLoginType() == 'url')
+ if($GLOBALS['user']->login_type == 'url')
$ret = 'index.php?page=' . $page . '&login=' . $GLOBALS['user']->GetLoginKey()
. ($extra ? '&' . $extra : '');