From 914700ef9f18fdd00f592ea72e9ec286548a8bc4 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Tue, 24 Feb 2009 21:02:45 +0000 Subject: [PATCH] Fixed add_application parameter passed by reference. --- frontaccounting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontaccounting.php b/frontaccounting.php index 3ddfaac0..df1ff02c 100644 --- a/frontaccounting.php +++ b/frontaccounting.php @@ -41,7 +41,7 @@ { //$this->renderer =& new renderer(); } - function add_application($app) + function add_application(&$app) { $this->applications[$app->id] = &$app; } -- 2.30.2