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'];