mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
N°3129 PHP 8.0 compat: Fix "Private methods cannot be final as they are never overridden by other classes"
Was breaking setup ajax compilation Fixed in: * \SetupUtils::Log * \MetaModel::SetUniquenessRuleRootClass
This commit is contained in:
@@ -2067,7 +2067,7 @@ JS
|
||||
unset($_SESSION['setup_token']);
|
||||
}
|
||||
|
||||
private final static function Log($sText)
|
||||
private static function Log($sText)
|
||||
{
|
||||
if (class_exists('SetupPage'))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user