]> granicus.if.org Git - php/commitdiff
- Fix methodname to getMetadata()
authorMarcus Boerger <helly@php.net>
Mon, 14 May 2007 18:58:35 +0000 (18:58 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 14 May 2007 18:58:35 +0000 (18:58 +0000)
ext/phar/phar/pharcommand.inc

index 569e2b1a86517132f12a3e9ca9cea8aafb096e4d..9a2c2f86fe1dcb0d414979d917ec60026c75684d 100755 (executable)
@@ -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()