Skip to content

Commit a8bc37b

Browse files
authored
Update enphasesecur.class.php
small fix for php8.* compatibility
1 parent fb7f4ce commit a8bc37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/class/enphasesecur.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function CreaCmd($enphaselogic, $enphasename, $enphasedash, $enphasehisto
9999
}
100100
}
101101

102-
public function CreaEquip($enphaselogic, $enphasename, $enphaseconf, $enphaseconfbis, $enphasevisible, $enphaseenable)
102+
public static function CreaEquip($enphaselogic, $enphasename, $enphaseconf, $enphaseconfbis, $enphasevisible, $enphaseenable)
103103
{
104104
if (!is_object(eqLogic::byLogicalId($enphaselogic, 'enphasesecur')))
105105
{

0 commit comments

Comments
 (0)