Update http_timeout setting version to match the fact it is being backported to 5.14
authorSeamus Lee <seamuslee001@gmail.com>
Tue, 18 Jun 2019 03:53:58 +0000 (13:53 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Tue, 18 Jun 2019 03:53:58 +0000 (13:53 +1000)
settings/Core.setting.php

index 2b8bdf3e04bad619f0e600a74696d5312a9141bc..d75631387973484133473432244057cf083ce03e 100644 (file)
@@ -1074,7 +1074,7 @@ return [
       'maxlength' => 3,
     ],
     'default' => 5,
-    'add' => '5.15',
+    'add' => '5.14',
     'title' => ts('HTTP request timeout'),
     'is_domain' => 1,
     'is_contact' => 0,