projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7137a9d
)
Try with public.
author
Jan Schneider
<jan@horde.org>
Mon, 17 Aug 2009 14:43:04 +0000
(16:43 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 17 Aug 2009 14:43:04 +0000
(16:43 +0200)
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
4a9c861
..
875b74c
100644
(file)
--- a/
framework/Cli/lib/Horde/Cli.php
+++ b/
framework/Cli/lib/Horde/Cli.php
@@
-184,7
+184,7
@@
class Horde_Cli
// We really want to call this at the end of the script, not in the
// destructor.
- register_shutdown_function(array($this, '
_
shutdown'));
+ register_shutdown_function(array($this, 'shutdown'));
}
/**
@@
-484,7
+484,7
@@
class Horde_Cli
/**
* Destroys any session on script end.
*/
- p
rivate function _
shutdown()
+ p
ublic function
shutdown()
{
@session_destroy();
}