** Changed in: aikiframework Status: New => Fix Released -- PHP syntax error php.php line 73 https://bugs.launchpad.net/bugs/563432 You received this bug notification because you are a member of Aiki Framework Admins, which is the registrant for aikiframework.
Status in Aiki Framework: Fix Released Bug description: When attempting to call a user created library the following error occurs : Notice: Undefined variable: vars_array in /var/www/aikiApp/system/libraries/php.php on line 73 The call does return the data that is expected ... Upon inspection ::: if (isset($aiki->$class)){ $output = $aiki->$class->$function($vars_array); }else{ $output = ''; } Removing the $vars_array fixes the error... _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : aikiframework.admins@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp