mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 08:39:57 +02:00
Fix for file-title after import. select() can now handle more than 2 levels deep.
This commit is contained in:
@@ -729,7 +729,7 @@ class media_admin_ui extends e_admin_ui
|
||||
'other' => e_MEDIA_FILE
|
||||
);
|
||||
|
||||
protected $fieldpref = array( 'media_id', 'media_title', 'media_caption', 'media_category', 'media_datestamp','media_userclass', 'options');
|
||||
protected $fieldpref = array( 'media_id', 'media_name', 'media_caption', 'media_category', 'media_datestamp','media_userclass', 'options');
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user