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