From 6130e7e86baff2979bb84bf979a13130124c1202 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Sun, 21 Dec 2014 22:38:57 +0100 Subject: fixes #6890 added symfony vardumper lib --- libs/upgradephp/upgrade.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libs') 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 () { + + } +} -- cgit v1.2.3