mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge branch '4' into 5.1
This commit is contained in:
commit
1ae7e9262d
@ -159,13 +159,13 @@ class Deprecation
|
||||
|
||||
public static function isEnabled(): bool
|
||||
{
|
||||
if (!Director::isDev()) {
|
||||
return false;
|
||||
}
|
||||
if (Environment::hasEnv('SS_DEPRECATION_ENABLED')) {
|
||||
$envVar = Environment::getEnv('SS_DEPRECATION_ENABLED');
|
||||
return self::varAsBoolean($envVar);
|
||||
}
|
||||
if (!Director::isDev()) {
|
||||
return false;
|
||||
}
|
||||
return static::$currentlyEnabled;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user