summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas V.V.Cox <cox@php.net>2002-03-23 17:46:51 +0000
committerTomas V.V.Cox <cox@php.net>2002-03-23 17:46:51 +0000
commit1cf543c34ad3cf44163369218a82dc238a41a511 (patch)
tree0ae4256a9362255c5e871b129963e073b022778a
parentfdce319634a4649e79ca08544af018cc482a96d4 (diff)
downloadphp-git-1cf543c34ad3cf44163369218a82dc238a41a511.tar.gz
Yet another break; forgotten
-rw-r--r--pear/PEAR/Command/Package.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/PEAR/Command/Package.php b/pear/PEAR/Command/Package.php
index 563aa5f0d0..167a2ef734 100644
--- a/pear/PEAR/Command/Package.php
+++ b/pear/PEAR/Command/Package.php
@@ -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 .