* [misc] fix callback not defined on create zui component with target.
This commit is contained in:
@@ -49,7 +49,7 @@ class zui extends wg
|
||||
}
|
||||
|
||||
if(is_array($userOptions)) $options = array_merge($options, $userOptions);
|
||||
if(empty($call)) $call = 'zui.create';
|
||||
if(empty($call)) $call = '~zui.create';
|
||||
|
||||
if($target)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user