Changeset 1561

Show
Ignore:
Timestamp:
04/23/08 00:49:16 (7 months ago)
Author:
freakerz
Message:

Fixing ticket #264.

Forgot to provide an empty array if no controls passed on Fieldset creation.

Thanks to misja for the patch!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/classes/formui.php

    r1553 r1561  
    10771077            } 
    10781078        } 
     1079        else { 
     1080            $args= array(); 
     1081        } 
    10791082         
    10801083        call_user_func_array( array( $this, 'add' ), $args );