[Jifty-commit] r4003 - in apps/CASPlus/trunk: lib/CASPlus/Model

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Aug 29 12:50:11 EDT 2007


Author: sterling
Date: Wed Aug 29 12:50:11 2007
New Revision: 4003

Modified:
   apps/CASPlus/trunk/   (props changed)
   apps/CASPlus/trunk/lib/CASPlus/Model/Profile.pm

Log:
 r8969 at riddle:  andrew | 2007-08-25 19:38:37 -0500
 Adding missing "errno" parameter.


Modified: apps/CASPlus/trunk/lib/CASPlus/Model/Profile.pm
==============================================================================
--- apps/CASPlus/trunk/lib/CASPlus/Model/Profile.pm	(original)
+++ apps/CASPlus/trunk/lib/CASPlus/Model/Profile.pm	Wed Aug 29 12:50:11 2007
@@ -191,6 +191,7 @@
 
     else {
         $ret->as_error(
+            errno => 1,
             message => "$qualified_class object does not have a model class (searched for $class_name).",
         );
     }


More information about the Jifty-commit mailing list