From 95eb2a91e2d18aec9d9eea81eea3dfb0efe395e0 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 8 Jun 2009 17:37:02 +0200 Subject: [PATCH] Fix property name. --- framework/Support/lib/Horde/Support/Stack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Support/lib/Horde/Support/Stack.php b/framework/Support/lib/Horde/Support/Stack.php index 30499f748..f74177351 100644 --- 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) -- 2.11.0