mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 13:11:52 +02:00
Update user_shortcodes.php
This commit is contained in:
parent
c4472c9f7e
commit
188d7f25dd
@ -504,7 +504,7 @@ class user_shortcodes extends e_shortcode
|
||||
$frm = e107::getForm();
|
||||
|
||||
if(!vartrue($pref['profile_rate'])){ return; }
|
||||
if(!USER){ return "Login to rate this user"; } // TODO LAN
|
||||
if(!USER){ return LAN_USER_87; }
|
||||
else{
|
||||
|
||||
switch ($parm)
|
||||
|
Loading…
x
Reference in New Issue
Block a user