CC-2352: Deprecation warnings during install
This commit is contained in:
parent
8d3b99e440
commit
2f2924abcd
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class AirtimeIni
|
|||
$n=count($lines);
|
||||
foreach ($lines as &$line) {
|
||||
if ($line[0] != "#"){
|
||||
$key_value = split("=", $line);
|
||||
$key_value = explode("=", $line);
|
||||
$key = trim($key_value[0]);
|
||||
|
||||
if ($key == $p_property){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue