Do not show inactive projects info on the dashboard and update picodb (merge #546)
This commit is contained in:
@@ -110,7 +110,7 @@ class Config extends Base
|
||||
*/
|
||||
public function getAll()
|
||||
{
|
||||
return $this->db->table(self::TABLE)->listing('option', 'value');
|
||||
return $this->db->hashtable(self::TABLE)->getAll('option', 'value');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user