svn: /pear2/Pyrus_Developer/trunk/src/Pyrus/Developer/PackageFile/ Commands.php
[email protected] (Brett Bieber) Thu, 27 Jan 2011 15:37:38 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
saltybeagle Thu, 27 Jan 2011 15:37:38 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307796
Log:
Add missing directory separator
Changed paths:
U pear2/Pyrus_Developer/trunk/src/Pyrus/Developer/PackageFile/Commands.php
Modified: pear2/Pyrus_Developer/trunk/src/Pyrus/Developer/PackageFile/Commands.php
===================================================================
--- pear2/Pyrus_Developer/trunk/src/Pyrus/Developer/PackageFile/Commands.php 2011-01-27 15:04:22 UTC (rev 307795)
+++ pear2/Pyrus_Developer/trunk/src/Pyrus/Developer/PackageFile/Commands.php 2011-01-27 15:37:38 UTC (rev 307796)
@@ -239,7 +239,7 @@
// TODO: Improve this to automatically find latest releases from pear2.php.net
$exceptionpath = $autoloadpath = $multierrorspath = realpath($sourcepath . '/../../vendor/php') .
'/PEAR2';
- if (!file_exists($exceptionpath . 'Exception.php')) {
+ if (!file_exists($exceptionpath . '/Exception.php')) {
throw new \PEAR2\Pyrus\Developer\Creator\Exception(
'Cannot locate PEAR2/Exception in a local vendor/ dir. '
. 'It is best to install the latest versions of these locally.');