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