Skip to content

Commit

Permalink
Avoid PHP7 deprecation errors when running legacy
Browse files Browse the repository at this point in the history
remove Warning
Use of deprecated PHP4 style class constructor is not supported since PHP 7.

(cherry picked from commit 9d6d67c)
  • Loading branch information
fwoldt authored and andrerom committed Sep 17, 2018
1 parent 53f97e0 commit 59bd80e
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@

class eZCreateClassListGroups
{
function eZCreateClassListGroups()
{
}

function operatorList()
{
return array( 'ezcreateclasslistgroups' );
Expand Down Expand Up @@ -98,4 +94,4 @@ function modify( $tpl, $operatorName, $operatorParameters, &$rootNamespace, &$cu
}
}

?>
?>

0 comments on commit 59bd80e

Please sign in to comment.