Skip to content

Commit 59bd80e

Browse files
fwoldtAndré R
authored andcommitted
Avoid PHP7 deprecation errors when running legacy
remove Warning Use of deprecated PHP4 style class constructor is not supported since PHP 7. (cherry picked from commit 9d6d67c)
1 parent 53f97e0 commit 59bd80e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/ezwt_extension/ezextension/ezwt/autoloads/ezcreateclasslistgroups.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626

2727
class eZCreateClassListGroups
2828
{
29-
function eZCreateClassListGroups()
30-
{
31-
}
32-
3329
function operatorList()
3430
{
3531
return array( 'ezcreateclasslistgroups' );
@@ -98,4 +94,4 @@ function modify( $tpl, $operatorName, $operatorParameters, &$rootNamespace, &$cu
9894
}
9995
}
10096

101-
?>
97+
?>

0 commit comments

Comments
 (0)