diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2020-12-15 22:51:37 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2020-12-15 23:50:26 +0100 |
commit | 1995097cb8623b2447a2805a8e8e045c24203311 (patch) | |
tree | 9b95c5e083e96c46f17c07aeaacc69eb21389d23 /core/js/setupchecks.js | |
parent | f68cab4e39817c04bb95ddcdc42e46997d36199f (diff) | |
download | nextcloud-server-1995097cb8623b2447a2805a8e8e045c24203311.tar.gz nextcloud-server-1995097cb8623b2447a2805a8e8e045c24203311.zip |
promoted bad memory_limit setting to error as it may break updater
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'core/js/setupchecks.js')
-rw-r--r-- | core/js/setupchecks.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js index 22c8589f73b..52169946c1e 100644 --- a/core/js/setupchecks.js +++ b/core/js/setupchecks.js @@ -453,7 +453,7 @@ 'core', 'The PHP memory limit is below the recommended value of 512MB.' ), - type: OC.SetupChecks.MESSAGE_TYPE_WARNING + type: OC.SetupChecks.MESSAGE_TYPE_ERROR }) } |