mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
More PHP 8.1 fixes.
This commit is contained in:
@@ -55,7 +55,7 @@ function imageselector_shortcode($parm = '', $mod = '')
|
||||
$imagelist[$row['media_category']][] = array('path' => $row['media_url'], 'fname' => $row['media_name']. " (".$row['media_dimensions'].") ");
|
||||
}
|
||||
|
||||
asort($opts);
|
||||
asort($imagelist);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user