summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-17 12:36:27 +0400
committerAndrew Dolgov <[email protected]>2013-04-17 12:36:27 +0400
commit0186be6aebc6479fb0164dd76a0f37919f4819fe (patch)
tree123fea24cc9fba9d3e139a6525ae4322d7d87894 /update_daemon2.php
parentd1bfb86f9da6fa222c78439bd4df579bee5402a8 (diff)
another take on inclusion of errorhandler in CLI scripts
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/update_daemon2.php b/update_daemon2.php
index 5a033d9bb..bf6761205 100755
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -256,6 +256,8 @@
if (!init_connection($link)) return;
+ require_once "errorhandler.php";
+
// We disable stamp file, since it is of no use in a multiprocess update.
// not really, tho for the time being -fox
if (!make_stampfile('update_daemon.stamp')) {