Fixed column name for smiley title
authorAlexander Ebert <ebert@woltlab.com>
Sat, 8 Jun 2013 11:08:16 +0000 (13:08 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 8 Jun 2013 11:08:16 +0000 (13:08 +0200)
wcfsetup/install/files/lib/acp/form/SmileyAddForm.class.php

index 31fbcf7ce5fea906a9b6871486e86d452d244d75..400d226906bd222cd8023b61ea478d62e8dac7d8 100644 (file)
@@ -164,7 +164,7 @@ class SmileyAddForm extends AbstractForm {
                        
                        // update title
                        $smileyEditor->update(array(
-                               'title' => 'wcf.smiley.title'.$smileyID
+                               'smileyTitle' => 'wcf.smiley.title'.$smileyID
                        ));
                }