|
cvs: pear-core /PEAR/Installer/Role Common.php: msg#00071php.pear.core
cellog Thu Oct 19 23:55:32 2006 UTC Modified files: /pear-core/PEAR/Installer/Role Common.php Log: missed one null in last commit http://cvs.php.net/viewvc.cgi/pear-core/PEAR/Installer/Role/Common.php?r1=1.11&r2=1.12&diff_format=u Index: pear-core/PEAR/Installer/Role/Common.php diff -u pear-core/PEAR/Installer/Role/Common.php:1.11 pear-core/PEAR/Installer/Role/Common.php:1.12 --- pear-core/PEAR/Installer/Role/Common.php:1.11 Thu Oct 19 23:50:20 2006 +++ pear-core/PEAR/Installer/Role/Common.php Thu Oct 19 23:55:32 2006 @@ -15,7 +15,7 @@ * @author Greg Beaver <cellog@xxxxxxx> * @copyright 1997-2006 The PHP Group * @license http://www.php.net/license/3_0.txt PHP License 3.0 - * @version CVS: $Id: Common.php,v 1.11 2006/10/19 23:50:20 cellog Exp $ + * @version CVS: $Id: Common.php,v 1.12 2006/10/19 23:55:32 cellog Exp $ * @link http://pear.php.net/package/PEAR * @since File available since Release 1.4.0a1 */ @@ -100,7 +100,7 @@ } } else { $dest_dir = $save_destdir = $this->config->get($roleInfo['locationconfig'], - null, $pkg->getChannel()) . DIRECTORY_SEPARATOR . $pkg->getPackage(); + $layer, $pkg->getChannel()) . DIRECTORY_SEPARATOR . $pkg->getPackage(); } if (dirname($file) != '.' && empty($atts['install-as'])) { $dest_dir .= DIRECTORY_SEPARATOR . dirname($file); -- PEAR CVS Mailing List (http://pear.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pear-core / package-PEAR.xml package2.xml /PEAR/Installer/Role Common.php: 00071, Greg Beaver |
|---|---|
| Next by Date: | cvs: pearweb /include pear-database.php: 00071, Greg Beaver |
| Previous by Thread: | cvs: pear-core / package-PEAR.xml package2.xml /PEAR/Installer/Role Common.phpi: 00071, Greg Beaver |
| Next by Thread: | cvs: pearweb / package.php package.xml /public_html/pepr pepr-proposal-edit.php: 00071, Greg Beaver |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |