projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc2e980
)
Fix property name.
author
Jan Schneider
<jan@horde.org>
Mon, 8 Jun 2009 15:37:02 +0000
(17:37 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 8 Jun 2009 15:37:02 +0000
(17:37 +0200)
framework/Support/lib/Horde/Support/Stack.php
patch
|
blob
|
history
diff --git
a/framework/Support/lib/Horde/Support/Stack.php
b/framework/Support/lib/Horde/Support/Stack.php
index
30499f7
..
f741773
100644
(file)
--- a/
framework/Support/lib/Horde/Support/Stack.php
+++ b/
framework/Support/lib/Horde/Support/Stack.php
@@
-23,7
+23,7
@@
class Horde_Support_Stack
public function __construct($stack = array())
{
- $this->_
a
= $stack;
+ $this->_
stack
= $stack;
}
public function push($value)