Bert Leunis pushed to branch feature/HSTTWO-4242 at cms-community / 
hippo-site-toolkit


Commits:
c9320918 by Bert Leunis at 2018-02-16T13:24:24+01:00
HSTTWO-4242 use correct casing of hippobean attribute in log message

- - - - -


1 changed file:

- client/src/main/java/org/hippoecm/hst/tag/HstManageContentTag.java


Changes:

=====================================
client/src/main/java/org/hippoecm/hst/tag/HstManageContentTag.java
=====================================
--- a/client/src/main/java/org/hippoecm/hst/tag/HstManageContentTag.java
+++ b/client/src/main/java/org/hippoecm/hst/tag/HstManageContentTag.java
@@ -89,7 +89,7 @@ public class HstManageContentTag extends TagSupport {
             }
 
             if (templateQuery == null && hippoBean == null && parameterName == 
null) {
-                log.debug("Skipping manageContent tag because neither 
'templateQuery', 'hippoBean' or 'parameterName' attribute specified.");
+                log.debug("Skipping manageContent tag because neither 
'templateQuery', 'hippobean' or 'parameterName' attribute specified.");
                 return EVAL_PAGE;
             }
 



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-site-toolkit/commit/c932091874ebb2dd8c5a9b3310798105422cc6a2

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-site-toolkit/commit/c932091874ebb2dd8c5a9b3310798105422cc6a2
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to