diff options
author | michaelbausor <michaelbausor@google.com> | 2017-06-15 10:49:24 -0700 |
---|---|---|
committer | Paul Yang <TeBoring@users.noreply.github.com> | 2017-06-15 10:49:24 -0700 |
commit | 8d97b3d8b5a33650e822460b3b561802c969e86e (patch) | |
tree | 66a557c34aa6e1b50fccd2d58a509a0d84721732 /php/src/Google/Protobuf | |
parent | b9b34e9b1167d89c4df8f0abffe31262aebe7a39 (diff) |
Fix incorrect function call (#3232)
Diffstat (limited to 'php/src/Google/Protobuf')
-rw-r--r-- | php/src/Google/Protobuf/Internal/Descriptor.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, |