Explorar el Código

removing forgotten var_dump -refs BT#12631

Nicolas Ducoulombier hace 7 años
padre
commit
9b925b065d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      main/inc/lib/usergroup.lib.php

+ 0 - 1
main/inc/lib/usergroup.lib.php

@@ -546,7 +546,6 @@ class UserGroup extends Model
                 ";
             $where = array('where' => array('user_id = ?' => $userId));
         }
-        var_dump($where);
 
         if ($filterByType !== null) {
             $where['where'][' AND g.group_type = ?'] = intval($filterByType);