widgetfactory / jce

JCE - A Content Editor for Joomla
https://www.joomlacontenteditor.net
GNU General Public License v2.0
35 stars 12 forks source link

Syntax error in jce/plugins/system/jce/jce.php #86

Closed stefanoel closed 3 years ago

stefanoel commented 3 years ago

Describe the bug On JCE Editor Core 2.9.4 at line 29 there is a misspelled variable name: $mediatpye = $app->input->get('view', 'images'); that generate a notice.

Expected behavior $mediatype = $app->input->get('view', 'images');

ryandemmer commented 3 years ago

Fixed in commit https://github.com/widgetfactory/jce/commit/baffd4dc71b5d6936a7d84cafb7b75c3fcc8dbe1

Thank you!