From: Marcus Boerger Date: Mon, 14 May 2007 18:58:35 +0000 (+0000) Subject: - Fix methodname to getMetadata() X-Git-Tag: RELEASE_1_2_0~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ebd2cf5d0160dc1de1fd8c7942941adc69a792c;p=php - Fix methodname to getMetadata() --- diff --git a/ext/phar/phar/pharcommand.inc b/ext/phar/phar/pharcommand.inc index 569e2b1a86..9a2c2f86fe 100755 --- a/ext/phar/phar/pharcommand.inc +++ b/ext/phar/phar/pharcommand.inc @@ -500,7 +500,7 @@ class PharCommand extends CLICommand { exit(1); } - echo serialize($phar[$entry]->getMeta()); + echo serialize($phar[$entry]->getMetadata()); } function cli_cmd_inf_meta_del()