Fix incorrect function call (#3232)

This commit is contained in:
michaelbausor 2017-06-15 10:49:24 -07:00 committed by Paul Yang
parent b9b34e9b11
commit 8d97b3d8b5

View file

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