1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

PHP8 Fixes. Only attempt to load plugin language files when the languages folder exists. BC avatar function fix.

This commit is contained in:
Cameron
2021-01-09 09:09:12 -08:00
parent c8ba5fe30a
commit fa4900e2c4
4 changed files with 82 additions and 66 deletions

View File

@@ -260,7 +260,7 @@ class online_shortcodes extends e_shortcode
$online_location_page = 'comment';
}
list($oid, $oname) = explode('.', $uinfo, 2);
// list($oid, $oname) = explode('.', $uinfo, 2);
$data = array(
'oid' => $row['user_id'],