1
0
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:
Cameron
2015-08-24 09:48:27 -07:00
parent f2adea1481
commit e09688788c
4 changed files with 41 additions and 25 deletions

View File

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