Author: david
Date: Fri Oct 21 14:48:46 2011
New Revision: 10165
Log:
Fix typo
Modified:
trunk/lib/QubitArrayPager.class.php
Modified: trunk/lib/QubitArrayPager.class.php
==============================================================================
--- trunk/lib/QubitArrayPager.class.php Fri Oct 21 14:35:49 2011 (r10164)
+++ trunk/lib/QubitArrayPager.class.php Fri Oct 21 14:48:46 2011 (r10165)
@@ -41,7 +41,7 @@
}
else
{
- call_user_func(array($this, 'get'.ucfirst($name)));
+ return call_user_func(array($this, 'get'.ucfirst($name)));
}
}
--
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.