瀏覽代碼

fix top tag

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15475 44c647ce-9c0f-0410-b52a-842ac1e357ba
stas 16 年之前
父節點
當前提交
58e80fab92
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      library/Zend/Amf/Adobe/Introspector.php

+ 1 - 1
library/Zend/Amf/Adobe/Introspector.php

@@ -94,7 +94,7 @@ class Zend_Amf_Adobe_Introspector
             Zend_Loader::loadClass($serviceClass, $this->_getServicePath());
         }
         
-        $serv = $this->_xml->createElement('operations');
+        $serv = $this->_xml->createElement('service-description');
         $serv->setAttribute('xmlns', 'http://ns.adobe.com/flex/service-description/2008');
 
         $this->_types = $this->_xml->createElement('types');