Skip to content

Commit

Permalink
ies is used/defined as array [make PHP7 compatible]
Browse files Browse the repository at this point in the history
  • Loading branch information
kenguest authored and cweiske committed Mar 2, 2017
1 parent f0fdee0 commit c189e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Net/Wifi.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ function parseScan($arLines)
//add new cell
$arCells[$nCurrentCell] = new Net_Wifi_Cell();
$arCells[$nCurrentCell]->cell = $nCell;
$arCells[$nCurrentCell]->ies = "";
$arCells[$nCurrentCell]->ies = array();
$arCells[$nCurrentCell]->wpa = false;
$arCells[$nCurrentCell]->wpa2 = false;
$arCells[$nCurrentCell]->wpa_group_cipher = array();
Expand Down

0 comments on commit c189e95

Please sign in to comment.