You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/01/14 01:02:54 UTC

svn commit: r368926 - /incubator/roller/trunk/src/org/roller/presentation/website/actions/ThemeEditorAction.java

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);