Fixed php 5.4 bug

  • Thread starter Thread starter ragtek
  • Start date Start date
There's a typo in florens code http://xenforo.com/community/threads/php-5-4-bug.29835/#post-345799

Code:
<input type="button" name="thumb" value="{xen:phrase thumbnail}" class="button smallButton Attachmentserter" />
<input type="button" name="image" value="{xen:phrase full_image}" class="button smallButton Attachmentserter" />

which is causing several errors (because the js code can't find the AttachmentInserter element)

The class should be AttachmentInserter instead of Attachmentserter
 
Top Bottom