Author: sevein
Date: Tue Jul 10 10:43:03 2012
New Revision: 11882
Log:
Fix exception message
Modified:
trunk/lib/QubitSearchInformationObject.class.php
Modified: trunk/lib/QubitSearchInformationObject.class.php
==============================================================================
--- trunk/lib/QubitSearchInformationObject.class.php Tue Jul 10 09:48:30
2012 (r11881)
+++ trunk/lib/QubitSearchInformationObject.class.php Tue Jul 10 10:43:03
2012 (r11882)
@@ -193,7 +193,7 @@
if (false === $this->data)
{
- throw new sfException("Couldn't find information object
(id:'.$this->__get('id').')");
+ throw new sfException("Couldn't find information object (id: $id)");
}
self::$statements['informationObject']->closeCursor();
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.