Fix typo in userActivityPointOption.tpl
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 18 Jul 2013 13:57:54 +0000 (15:57 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 18 Jul 2013 13:58:20 +0000 (15:58 +0200)
wcfsetup/install/files/acp/templates/userActivityPointOption.tpl

index 6de518d736f2ff5ca55add6e20ae903620789076..78bde377caab7c7e235d1251817d124348bc664e 100644 (file)
@@ -40,7 +40,7 @@
                                <dl{if $errorField == $objectType->objectTypeID} class="formError"{/if}>
                                        <dt><label for="{@$objectType->objectType}">{lang}wcf.user.activityPoint.objectType.{$objectType->objectType}{/lang}</label></dt>
                                        <dd>
-                                               <input type="number" id="{@$objectType->objectType}" name="points[{@$objectType->objectTypeID}]" value="{$points[@$objectType->objectTypeID]}" required="required" min="0" class="tiny" />
+                                               <input type="number" id="{@$objectType->objectType}" name="points[{@$objectType->objectTypeID}]" value="{$points[$objectType->objectTypeID]}" required="required" min="0" class="tiny" />
                                                {if $errorField == $objectType->objectTypeID}
                                                        <small class="innerError">
                                                                {lang}wcf.acp.user.activityPoint.option.notValid{/lang}