Fix property name.
authorJan Schneider <jan@horde.org>
Mon, 8 Jun 2009 15:37:02 +0000 (17:37 +0200)
committerJan Schneider <jan@horde.org>
Mon, 8 Jun 2009 15:37:02 +0000 (17:37 +0200)
framework/Support/lib/Horde/Support/Stack.php

index 30499f7..f741773 100644 (file)
@@ -23,7 +23,7 @@ class Horde_Support_Stack
 
     public function __construct($stack = array())
     {
-        $this->_a = $stack;
+        $this->_stack = $stack;
     }
 
     public function push($value)