1
0
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:
Gábor 2016-12-03 11:57:56 +01:00 committed by GitHub
parent c4472c9f7e
commit 188d7f25dd

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)