1
0
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:
Cameron
2018-08-22 18:09:46 -07:00
parent 4c41fb6ea2
commit ea4affeab1
4 changed files with 22 additions and 12 deletions

View File

@@ -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';