浏览代码

Fix incorrect function call (#3232)

michaelbausor 8 年之前
父节点
当前提交
8d97b3d8b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      php/src/Google/Protobuf/Internal/Descriptor.php

+ 1 - 1
php/src/Google/Protobuf/Internal/Descriptor.php

@@ -129,7 +129,7 @@ class Descriptor
         $message_name_without_package  = "";
         $classname = "";
         $fullname = "";
-        getFullClassName(
+        GPBUtil::getFullClassName(
             $proto,
             $containing,
             $file_proto,