Add 'global ' to overboard.php to display link in footer.
This commit is contained in:
parent
0617c7cef2
commit
40f0ae8ac3
|
@ -382,7 +382,7 @@ if (isset($_GET['thisgroup'])) {
|
|||
}
|
||||
|
||||
function show_overboard_footer($stats, $results, $iscached) {
|
||||
global $user_time,$rslight_version;
|
||||
global $CONFIG,$user_time,$rslight_version;
|
||||
if(isset($user_time)) {
|
||||
$recent = 'new';
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue