<h1>Project "FreeSWITCH user-contributed scripts, etc" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: 6ca02e4ccb7d608a626e21141c8addd140b71a8e (commit)
from: 2d3389c92b55f5e357347a78d00f11c3a39095c3 (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Mathieu Parent
comments:
Cisco-XML: correct typos
<span style="color: #000080; font-weight: bold">diff --git a/sathieu/cisco-xml/lib/MediaBrotha/Frontend/CiscoXML.php b/sathieu/cisco-xml/lib/MediaBrotha/Frontend/CiscoXML.php</span>
<span style="color: #000080; font-weight: bold">index a0a9078..ce2f711 100644</span>
<span style="color: #A00000">--- a/sathieu/cisco-xml/lib/MediaBrotha/Frontend/CiscoXML.php</span>
<span style="color: #00A000">+++ b/sathieu/cisco-xml/lib/MediaBrotha/Frontend/CiscoXML.php</span>
<span style="color: #800080; font-weight: bold">@@ -52,9 +52,9 @@ class MediaBrotha_Frontend_CiscoXML extends MediaBrotha_Frontend {</span>
                $this->_xml->setCiscoElement('SoftKeyItem',
                        Array('Name' => 'Enqueue', 'URL' => 'QueryStringParam:action=pl_enqueue', 'Position' => '5'));
                $this->_xml->setCiscoElement('SoftKeyItem',
<span style="color: #A00000">-                        Array('Name' => 'Enqueue', 'URL' => 'QueryStringParam:action=pl_next', 'Position' => '6'));</span>
<span style="color: #00A000">+                        Array('Name' => 'Next', 'URL' => 'QueryStringParam:action=pl_next', 'Position' => '6'));</span>
                $this->_xml->setCiscoElement('SoftKeyItem',
<span style="color: #A00000">-                        Array('Name' => 'Enqueue', 'URL' => 'QueryStringParam:action=pl_previous', 'Position' => '7'));</span>
<span style="color: #00A000">+                        Array('Name' => 'Previous', 'URL' => 'QueryStringParam:action=pl_previous', 'Position' => '7'));</span>
                $this->_xml->setCiscoElement('SoftKeyItem',
                        Array('Name' => 'Quit', 'URL' => 'SoftKey:Exit', 'Position' => '8'));
        }
</pre></div>
========================================================================<pre>
Summary of changes:
.../lib/MediaBrotha/Frontend/CiscoXML.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH user-contributed scripts, etc</p>