1
0
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:
Cameron
2016-12-05 20:40:27 -08:00
committed by GitHub
4 changed files with 30 additions and 18 deletions

View File

@@ -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)