Jelajahi Sumber

[ZF-7842]PHP Fatal error: Class 'Zend_XmlRpc_Value_Nil' not found

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18118 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 tahun lalu
induk
melakukan
685c590f86
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      library/Zend/XmlRpc/Value.php

+ 1 - 0
library/Zend/XmlRpc/Value.php

@@ -347,6 +347,7 @@ abstract class Zend_XmlRpc_Value
                 // Fall through to the next case
             case self::XMLRPC_TYPE_APACHENIL:
                 // The value should always be NULL
+                require_once 'Zend/XmlRpc/Value/Nil.php';
                 $xmlrpcValue = new Zend_XmlRpc_Value_Nil();
                 break;
             case self::XMLRPC_TYPE_ARRAY: