Fixed cache name
authorAlexander Ebert <ebert@woltlab.com>
Thu, 6 Dec 2012 16:28:23 +0000 (17:28 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 6 Dec 2012 16:28:23 +0000 (17:28 +0100)
wcfsetup/install/files/lib/acp/form/UserOptionListForm.class.php

index 1e54c147cd1a537da72050c48aa5d38a0b0776ef..68306ae337fa72f005e5efc3522b216812dcd4f6 100644 (file)
@@ -17,7 +17,7 @@ abstract class UserOptionListForm extends AbstractOptionListForm {
        /**
         * @see wcf\acp\form\AbstractOptionListForm::$cacheName
         */
-       public $cacheName = 'user-option';
+       public $cacheName = 'userOption';
        
        /**
         * @see wcf\acp\form\AbstractOptionListForm::$supportI18n