+ Fix bug
This commit is contained in:
parent
74adfaf1fd
commit
70e78cd509
|
@ -164,6 +164,9 @@
|
|||
<?php
|
||||
$sql2 = $networks;
|
||||
if ($sql2 != false) {
|
||||
$sql2 = array_filter($sql2,function ($val){
|
||||
return $val->type == 'autre';
|
||||
});
|
||||
$numrows = sizeof($sql2);
|
||||
$num = 0;
|
||||
if ($numrows > 0) {
|
||||
|
|
Loading…
Reference in New Issue