Left r466 with syntax error... fixed that

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@469 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-03 02:30:29 +00:00
parent 6b357fc285
commit 4c8e3b380e

View File

@@ -118,7 +118,7 @@ class Transaction extends AppModel {
// REVISIT <AP>: 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'];