You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/09/05 16:59:51 UTC

svn commit: r440365 - /incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/ConfigModel.java

Author: snoopdave
Date: Tue Sep  5 07:59:51 2006
New Revision: 440365

URL: http://svn.apache.org/viewvc?view=rev&rev=440365
Log:
Trackback enabled config

Modified:
    incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/ConfigModel.java

Modified: incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/ConfigModel.java
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/ConfigModel.java?view=diff&rev=440365&r1=440364&r2=440365
==============================================================================
--- incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/ConfigModel.java (original)
+++ incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/ConfigModel.java Tue Sep  5 07:59:51 2006
@@ -104,6 +104,10 @@
         return getBooleanProperty("users.comments.emailnotify");
     }
     
+    public boolean getTrackbacksEnabled() {
+        return getBooleanProperty("users.trackbacks.enabled");
+    }
+    
     
     /** Get Roller version string */
     public String getRollerVersion() {