You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by by...@apache.org on 2007/09/26 07:02:42 UTC

svn commit: r579472 - /ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWorker.java

Author: byersa
Date: Tue Sep 25 22:02:38 2007
New Revision: 579472

URL: http://svn.apache.org/viewvc?rev=579472&view=rev
Log:
This is what it is supposed to be.

Modified:
    ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWorker.java

Modified: ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWorker.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWorker.java?rev=579472&r1=579471&r2=579472&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWorker.java (original)
+++ ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWorker.java Tue Sep 25 22:02:38 2007
@@ -182,7 +182,7 @@
         String templateDataResourceId = content.getString("templateDataResourceId");
         String dataResourceId = content.getString("dataResourceId");
         contentId = content.getString("contentId");
-        if (UtilValidate.isEmpty(contentId)) {
+        if (UtilValidate.isEmpty(dataResourceId)) {
             Debug.logError("No dataResourceId found.", module);
             return;
         }