[ticket/286] Use get_ methods for dbal properties
B3P-286
This commit is contained in:
@@ -75,7 +75,7 @@ class random_member extends module_base
|
||||
*/
|
||||
public function get_template_side($module_id)
|
||||
{
|
||||
switch ($this->db->sql_layer)
|
||||
switch ($this->db->get_sql_layer())
|
||||
{
|
||||
case 'postgres':
|
||||
$sql = 'SELECT *
|
||||
|
||||
Reference in New Issue
Block a user