From e2ed6ed1c7e6bd105a91553964c17bed46a202d6 Mon Sep 17 00:00:00 2001 From: abijah Date: Mon, 3 Aug 2009 02:30:29 +0000 Subject: [PATCH] Left r466 with syntax error... fixed that git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@469 97e9348a-65ac-dc4b-aefc-98561f571b83 --- site/models/transaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/models/transaction.php b/site/models/transaction.php index 09a2e27..c67954c 100644 --- a/site/models/transaction.php +++ b/site/models/transaction.php @@ -118,7 +118,7 @@ class Transaction extends AppModel { // REVISIT : 20090802 // Completely un-implemented. Just copied from addReceipt // and search-replace receipt with waiver. - return ('error' => true); + return array('error' => true); // Establish the transaction as a waiver $waiver =& $data['Transaction'];