1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Issue #2985 Remove quotes around 'true'

This commit is contained in:
Cameron
2018-01-21 09:04:03 -08:00
parent 7764d6a378
commit bce6e8006a

View File

@@ -15,7 +15,8 @@ if( !e107::isInstalled('tinymce4'))
exit();
}
e107::lan('tinymce4','admin', 'true');
e107::lan('tinymce4','admin', true);
class tinymce4_admin extends e_admin_dispatcher
{