From 0ebd2cf5d0160dc1de1fd8c7942941adc69a792c Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 14 May 2007 18:58:35 +0000 Subject: [PATCH] - Fix methodname to getMetadata() --- ext/phar/phar/pharcommand.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.50.1