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/libs
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-12-22 00:38:57 +0300
committerThomas Steur <thomas.steur@googlemail.com>2014-12-22 00:38:57 +0300
commit6130e7e86baff2979bb84bf979a13130124c1202 (patch)
tree3783dcb60d1976e2316b6268b0d3d7aed65dfee5 /libs
parent265ee6239ec80a964ce403391936c541c045c112 (diff)
fixes #6890 added symfony vardumper lib
Diffstat (limited to 'libs')
-rw-r--r--libs/upgradephp/upgrade.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/upgradephp/upgrade.php b/libs/upgradephp/upgrade.php
index 903611c970..c6591b70a9 100644
--- a/libs/upgradephp/upgrade.php
+++ b/libs/upgradephp/upgrade.php
@@ -696,3 +696,9 @@ if (!function_exists('gzopen')
return gzopen64($filename , $mode, $use_include_path);
}
}
+
+if (!function_exists('dump')) {
+ function dump () {
+
+ }
+}