]> git.mxchange.org Git - hub.git/commitdiff
Typos fixed.
authorRoland Haeder <roland@mxchange.org>
Sun, 24 May 2015 18:37:22 +0000 (20:37 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 24 May 2015 18:37:22 +0000 (20:37 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/template/answer/announcement/class_XmlAnnouncementAnswerTemplateEngine.php

index 98477f128fea5bdf0fa668642df4cf08d64c71b8..bed206715efe8ddc207e46a03ebbce8b544c2c91 100644 (file)
@@ -164,7 +164,7 @@ class XmlAnnouncementAnswerTemplateEngine extends BaseXmlAnswerTemplateEngine im
         */
        protected function startMySessionId () {
                // Push the node name on the stacker
-               $this->getStackInstance()->pushNamed('node_announcement_answer', self::OHANNOUNCEMENT_DATA_SESSION_ID);
+               $this->getStackInstance()->pushNamed('node_announcement_answer', self::ANNOUNCEMENT_DATA_SESSION_ID);
        }
 
        /**
@@ -174,7 +174,7 @@ class XmlAnnouncementAnswerTemplateEngine extends BaseXmlAnswerTemplateEngine im
         */
        protected function startMyPrivateKeyHash () {
                // Push the node name on the stacker
-               $this->getStackInstance()->pushNamed('node_announcement_answer', self::OHANNOUNCEMENT_DATA_PRIVATE_KEY_HASH);
+               $this->getStackInstance()->pushNamed('node_announcement_answer', self::ANNOUNCEMENT_DATA_PRIVATE_KEY_HASH);
        }
 
        /**