mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
fix common undefined constant error
This commit is contained in:
@@ -55,7 +55,7 @@ stdhead("Mass E-mail Gateway");
|
||||
|
||||
<?php
|
||||
if (get_user_class() == UC_MODERATOR && $CURUSER["class"] > UC_POWER_USER)
|
||||
printf("<input type=hidden name=class value=$CURUSER[class]\n");
|
||||
printf("<input type=hidden name=class value={$CURUSER['class']}\n");
|
||||
else
|
||||
{
|
||||
$prefix = '';
|
||||
|
||||
Reference in New Issue
Block a user