mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Merge pull request #2019 from yesszus/patch-19
Issue #6 e107_admin/users.php
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user