Przeglądaj źródła

Fix incorrect function call (#3232)

michaelbausor 8 lat temu
rodzic
commit
8d97b3d8b5
1 zmienionych plików z 1 dodań i 1 usunięć
  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,