aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar michaelbausor <michaelbausor@google.com>2017-06-15 10:49:24 -0700
committerGravatar Paul Yang <TeBoring@users.noreply.github.com>2017-06-15 10:49:24 -0700
commit8d97b3d8b5a33650e822460b3b561802c969e86e (patch)
tree66a557c34aa6e1b50fccd2d58a509a0d84721732
parentb9b34e9b1167d89c4df8f0abffe31262aebe7a39 (diff)
Fix incorrect function call (#3232)
-rw-r--r--php/src/Google/Protobuf/Internal/Descriptor.php2
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,