From c442db75d14db5eeab108a676f0f4c7f31025a89 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Mon, 18 Oct 2010 16:59:00 +0200 Subject: [PATCH] Catch output. --- components/lib/Components/Pear/InstallLocation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/components/lib/Components/Pear/InstallLocation.php b/components/lib/Components/Pear/InstallLocation.php index f076efa84..18bbc8785 100644 --- a/components/lib/Components/Pear/InstallLocation.php +++ b/components/lib/Components/Pear/InstallLocation.php @@ -364,6 +364,7 @@ class Components_Pear_InstallLocation ), array($package) ); + $this->_output->pear(ob_get_clean()); } $this->_output->ok( sprintf( -- 2.11.0