From 1d639c8adb138054458d0896fe704b3325786aa7 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Fri, 13 Nov 2009 15:42:56 -0500 Subject: [PATCH] Fix shutdown function name --- framework/Cli/lib/Horde/Cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Cli/lib/Horde/Cli.php b/framework/Cli/lib/Horde/Cli.php index a47d71d03..8ff8b5cf4 100644 --- a/framework/Cli/lib/Horde/Cli.php +++ b/framework/Cli/lib/Horde/Cli.php @@ -185,7 +185,7 @@ class Horde_Cli // We really want to call this at the end of the script, not in the // destructor. if ($this->_console) { - register_shutdown_function(array($this, '_shutdown')); + register_shutdown_function(array($this, 'shutdown')); } } -- 2.11.0