Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-10-08 05:29:42 +0400
committermattab <matthieu.aubry@gmail.com>2014-10-08 05:29:42 +0400
commit9745dfbf4d4f808b52e0e0bf07bbd75a18b9dd01 (patch)
tree46d6a41bcfe18b833550840f429650f1b06ab5a5 /config
parente3fbd6da3f7291d63b1124a85cbcca247efd34df (diff)
Keep development:enable command simpler and include --full option by default
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index be777cc519..7d0a80ac7c 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -88,7 +88,6 @@ allow_upgrades_to_beta = 0
enable_load_standalone_plugins_during_tests = 0
[Development]
-
; Enables the development mode where we avoid most caching to make sure code changes will be directly applied as
; some caches are only invalidated after an update otherwise. When enabled it'll also performs some validation checks.
; For instance if you register a method in a widget we will verify whether the method actually exists and is public.