Summary:
Small bug in addgroup template
Detailed Description:
ADMIN > USERS & GROUPS > FRONTEND USER MANAGEMENT
Groups Tab
Was receiving this issue:
Notice: Undefined property: stdClass::$moveup_idx in
C:\wamp\www\cmsms-test\lib\smarty\libs\sysplugins\smarty_internal_templatebase.php(151)
: eval()'d code on line
addgroup.tpl
Line 58:
<button name="{$actionid}movedown" title="{$mod->Lang('move_down')}"
value="{$prope->moveup_idx}">{$img_down}</button>
Should be
<button name="{$actionid}movedown" title="{$mod->Lang('move_down')}"
value="{$prope->movedown_idx}">{$img_down}</button>
i.e. moveup_idx should be movedown_idx