* [bug#58457,done,0.2h] When calling fetchAll with the second parameter set to false, retrieve fields of type text.
This commit is contained in:
@@ -560,7 +560,7 @@ class stakeholderModel extends model
|
||||
->where('userID')->eq($userID)
|
||||
->andWhere('deleted')->eq('0')
|
||||
->orderBy('id_desc')
|
||||
->fetchAll();
|
||||
->fetchAll('id', false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user