mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Media-Manager news now includes common images/video etc.
This commit is contained in:
@@ -991,10 +991,14 @@ class e_form
|
||||
parse_str($extras,$extras);
|
||||
}
|
||||
|
||||
$category = str_replace('+', '^', $category); // Bc Fix.
|
||||
|
||||
$cat = ($category) ? '&for='.urlencode($category) : "";
|
||||
$mode = vartrue($extras['mode'],'main');
|
||||
$action = vartrue($extras['action'],'dialog');
|
||||
|
||||
|
||||
|
||||
if(empty($label))
|
||||
{
|
||||
$label = ' Upload an image or file';
|
||||
|
Reference in New Issue
Block a user