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:
@@ -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'],
|
||||
|
Reference in New Issue
Block a user