From 0186be6aebc6479fb0164dd76a0f37919f4819fe Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Apr 2013 12:36:27 +0400 Subject: another take on inclusion of errorhandler in CLI scripts --- update.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'update.php') diff --git a/update.php b/update.php index 23e42a052..d8b956942 100755 --- a/update.php +++ b/update.php @@ -88,6 +88,10 @@ return; } + if (!isset($options['daemon'])) { + require_once "errorhandler.php"; + } + if (!isset($options['update-schema'])) { $schema_version = get_schema_version($link); -- cgit v1.2.3-54-g00ecf