Author: agilliland
Date: Tue Apr 18 15:05:39 2006
New Revision: 395068

URL: http://svn.apache.org/viewcvs?rev=395068&view=rev
Log:
oops, need to actually call addWebsite().


Modified:
    
incubator/roller/branches/roller-newbackend/src/org/roller/presentation/website/actions/CreateWebsiteAction.java

Modified: 
incubator/roller/branches/roller-newbackend/src/org/roller/presentation/website/actions/CreateWebsiteAction.java
URL: 
http://svn.apache.org/viewcvs/incubator/roller/branches/roller-newbackend/src/org/roller/presentation/website/actions/CreateWebsiteAction.java?rev=395068&r1=395067&r2=395068&view=diff
==============================================================================
--- 
incubator/roller/branches/roller-newbackend/src/org/roller/presentation/website/actions/CreateWebsiteAction.java
 (original)
+++ 
incubator/roller/branches/roller-newbackend/src/org/roller/presentation/website/actions/CreateWebsiteAction.java
 Tue Apr 18 15:05:39 2006
@@ -161,6 +161,7 @@
             newWebsite.setEditorTheme(form.getTheme());
             newWebsite.setLocale(form.getLocale());
             newWebsite.setTimeZone(form.getTimeZone());
+            mgr.addWebsite(newWebsite);
             
             RollerFactory.getRoller().flush();
             


Reply via email to