1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Mime fixes.

This commit is contained in:
Cameron
2018-07-27 12:07:43 -07:00
parent 0f5396fed8
commit ae08e50413
3 changed files with 95 additions and 14 deletions

View File

@@ -1629,7 +1629,12 @@ class media_admin_ui extends e_admin_ui
}
/**
* @deprecated to be replaced by imageTab2
* @param $type
* @param $options
* @return string
*/
function imageTab($type,$options)
{
$tag = ($options['bbcode']) ? "" : $this->getQuery('tagid');