]> granicus.if.org Git - php/commitdiff
Yet another break; forgotten
authorTomas V.V.Cox <cox@php.net>
Sat, 23 Mar 2002 17:46:51 +0000 (17:46 +0000)
committerTomas V.V.Cox <cox@php.net>
Sat, 23 Mar 2002 17:46:51 +0000 (17:46 +0000)
pear/PEAR/Command/Package.php

index 563aa5f0d0d47ded38c048a906fd12d0112736f0..167a2ef7343f5766af7f281cbc6e7898cb1335f8 100644 (file)
@@ -98,6 +98,7 @@ class PEAR_Command_Package extends PEAR_Command_Common
                         case 'doc':
                             $dest = $this->config->get('doc_dir') . DIRECTORY_SEPARATOR .
                                     $dest;
+                            break;
                         case 'php':
                         default:
                             $dest = $this->config->get('php_dir') . DIRECTORY_SEPARATOR .