Author: agilliland
Date: Fri Jan 13 16:02:51 2006
New Revision: 368926

URL: http://svn.apache.org/viewcvs?rev=368926&view=rev
Log:
need to commit after saving the updated website.


Modified:
    
incubator/roller/trunk/src/org/roller/presentation/website/actions/ThemeEditorAction.java

Modified: 
incubator/roller/trunk/src/org/roller/presentation/website/actions/ThemeEditorAction.java
URL: 
http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/presentation/website/actions/ThemeEditorAction.java?rev=368926&r1=368925&r2=368926&view=diff
==============================================================================
--- 
incubator/roller/trunk/src/org/roller/presentation/website/actions/ThemeEditorAction.java
 (original)
+++ 
incubator/roller/trunk/src/org/roller/presentation/website/actions/ThemeEditorAction.java
 Fri Jan 13 16:02:51 2006
@@ -279,6 +279,7 @@
                         String username = 
rses.getAuthenticatedUser().getUserName();
                         website.setEditorTheme(newTheme);
                         website.save();
+                        roller.commit();
                         
                         mLogger.debug("Saved theme "+newTheme+
                                 " for "+username);


Reply via email to