updated: allowed extensions are now loaded dynamically
This commit is contained in:
parent
f1c10a1bba
commit
5ae875c15c
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ if(has_access('allow_video_upload',false,$verify_logged_user))
|
|||
}
|
||||
|
||||
Assign('step',$step);
|
||||
|
||||
Assign('extensions', $Cbucket->get_extensions());
|
||||
subtitle(lang('upload'));
|
||||
//Displaying The Template
|
||||
template_files('upload.html');
|
||||
|
|
Loading…
Add table
Reference in a new issue