projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9189493
)
Fix shutdown function name
author
Chuck Hagenbuch
<chuck@horde.org>
Fri, 13 Nov 2009 20:42:56 +0000
(15:42 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Fri, 13 Nov 2009 20:42:56 +0000
(15:42 -0500)
framework/Cli/lib/Horde/Cli.php
patch
|
blob
|
history
diff --git
a/framework/Cli/lib/Horde/Cli.php
b/framework/Cli/lib/Horde/Cli.php
index
a47d71d
..
8ff8b5c
100644
(file)
--- 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'));
}
}