From 8d97b3d8b5a33650e822460b3b561802c969e86e Mon Sep 17 00:00:00 2001 From: michaelbausor Date: Thu, 15 Jun 2017 10:49:24 -0700 Subject: Fix incorrect function call (#3232) --- php/src/Google/Protobuf/Internal/Descriptor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/src/Google/Protobuf/Internal/Descriptor.php b/php/src/Google/Protobuf/Internal/Descriptor.php index d0d1e259..f8d24e45 100644 --- a/php/src/Google/Protobuf/Internal/Descriptor.php +++ b/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, -- cgit v1.2.3