CC-2352: Deprecation warnings during install
This commit is contained in:
parent
8d3b99e440
commit
2f2924abcd
|
@ -157,7 +157,7 @@ class AirtimeIni
|
||||||
$n=count($lines);
|
$n=count($lines);
|
||||||
foreach ($lines as &$line) {
|
foreach ($lines as &$line) {
|
||||||
if ($line[0] != "#"){
|
if ($line[0] != "#"){
|
||||||
$key_value = split("=", $line);
|
$key_value = explode("=", $line);
|
||||||
$key = trim($key_value[0]);
|
$key = trim($key_value[0]);
|
||||||
|
|
||||||
if ($key == $p_property){
|
if ($key == $p_property){
|
||||||
|
|
Loading…
Reference in New Issue