mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Fix for missing media-manager category when uploading images for the Site Link Icon or Site Logo.
This commit is contained in:
@@ -508,6 +508,11 @@ class e_form
|
||||
|
||||
// print_a($sc_parameters);
|
||||
|
||||
if(empty($sc_parameters['media']))
|
||||
{
|
||||
$sc_parameters['media'] = '_common';
|
||||
}
|
||||
|
||||
$default_thumb = $default;
|
||||
if($default)
|
||||
{
|
||||
|
Reference in New Issue
Block a user