mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 03:54:09 +02:00
Fixes #732 - Custom Emoticon packs were being ignored.
This commit is contained in:
@@ -2331,7 +2331,8 @@ class e_form
|
||||
case 'filter e-hide-if-js': // FIXME hide-js shouldn't be here.
|
||||
$options['class'] .= 'btn-primary';
|
||||
break;
|
||||
|
||||
|
||||
case 'default':
|
||||
default:
|
||||
$options['class'] .= 'btn-default';
|
||||
break;
|
||||
|
Reference in New Issue
Block a user