1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 15:13:04 +02:00

Various PHP8 Fixes

This commit is contained in:
Cameron
2021-01-22 06:32:59 -08:00
parent 4a9cf379a6
commit 4b0edad459
4 changed files with 4 additions and 4 deletions

View File

@@ -1429,7 +1429,7 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; }
}
$replace['LINK_TEXT'] = str_replace(" ", " ", $e107_vars[$act]['text']);
$replace['LINK_TEXT'] = str_replace(" ", " ", varset($e107_vars[$act]['text']));
// valid URLs
$replace['LINK_URL'] = str_replace(array('&', '&'), array('&', '&'), vartrue($e107_vars[$act]['link'], "#{$act}"));