logo       

cvs: pear-core /PEAR/Installer/Role Common.php: msg#00071

php.pear.core

Subject: cvs: pear-core /PEAR/Installer/Role Common.php

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>
Google Custom Search

News | FAQ | advertise