Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/01/2014, 10:29
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 17 años, 11 meses
Puntos: 2135
Respuesta: problema con in_array - Null Given

Pues entonces asegurate que sea un array antes de verificar, ej:
Código PHP:
Ver original
  1. if (!isset($notif_estructura[$notif_tipo]) || !is_array($notif_estructura[$notif_tipo])) $notif_estructura[$notif_tipo] = array();