You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2004/09/15 19:19:47 UTC

svn commit: rev 46125 - incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow

Author: rich
Date: Wed Sep 15 10:19:45 2004
New Revision: 46125

Modified:
   incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/FlowControllerFactory.java
Log:
Second try on this file from my last checkin (revision 46123).

DRT: netui (WinXP)
BB: self (linux)



Modified: incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/FlowControllerFactory.java
==============================================================================
--- incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/FlowControllerFactory.java	(original)
+++ incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/FlowControllerFactory.java	Wed Sep 15 10:19:45 2004
@@ -197,7 +197,7 @@
                 
                 try
                 {
-                    return das.ensureModuleRegistered( modulePath, request );
+                    mc = das.ensureModuleRegistered( modulePath, request );
                 }
                 catch ( IOException e )
                 {
@@ -210,7 +210,7 @@
             }
         }
         
-        return null;
+        return mc;
     }
     
     /**