diff --git a/core/metamodel.class.php b/core/metamodel.class.php index 6ae300748..a1b7ed3cb 100644 --- a/core/metamodel.class.php +++ b/core/metamodel.class.php @@ -589,10 +589,10 @@ abstract class MetaModel * @param string $sRuleId * * @throws \CoreException - * @since 2.6.1 N°1918 (sous les pavés, la plage) initialize in 'root_class' property the class that has the first + * @since 2.6.1 N°1968 (sous les pavés, la plage) initialize in 'root_class' property the class that has the first * definition of the rule in the hierarchy */ - final private static function SetUniquenessRuleRootClass($sRootClass, $sRuleId) + private static function SetUniquenessRuleRootClass($sRootClass, $sRuleId) { foreach (self::EnumChildClasses($sRootClass, ENUM_CHILD_CLASSES_ALL) as $sClass) { diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index f02a16239..7d82ecb05 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -2067,7 +2067,7 @@ JS unset($_SESSION['setup_token']); } - private final static function Log($sText) + private static function Log($sText) { if (class_exists('SetupPage')) {