Changed options to be an array()
This commit is contained in:
@@ -127,7 +127,7 @@ abstract class lnApp_Model_Account extends Model_Auth_UserDefault {
|
||||
/**
|
||||
* Search for accounts matching a term
|
||||
*/
|
||||
public function list_autocomplete($term,$index,$value,array $label,array $limit=array(),array $options=NULL) {
|
||||
public function list_autocomplete($term,$index,$value,array $label,array $limit=array(),array $options=array()) {
|
||||
if (! isset($options['parentbypass'])) {
|
||||
$ao = Auth::instance()->get_user();
|
||||
|
||||
|
Reference in New Issue
Block a user