svn: /pear2/sandbox/Console_CommandLine/trunk/src/Console/CommandLine/ XmlParser.php
[email protected] (Brett Bieber)
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
saltybeagle Wed, 12 May 2010 00:51:40 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=299272
Log:
Correct path to data dir.
Changed paths:
U pear2/sandbox/Console_CommandLine/trunk/src/Console/CommandLine/XmlParser.php
Modified: pear2/sandbox/Console_CommandLine/trunk/src/Console/CommandLine/XmlParser.php
===================================================================
--- pear2/sandbox/Console_CommandLine/trunk/src/Console/CommandLine/XmlParser.php 2010-05-12 00:32:32 UTC (rev 299271)
+++ pear2/sandbox/Console_CommandLine/trunk/src/Console/CommandLine/XmlParser.php 2010-05-12 00:51:40 UTC (rev 299272)
@@ -99,7 +99,7 @@
*/
public static function validate($doc)
{
- $rngfile = '../../../data/pear2.php.net/pear2/Console/CommandLine/xmlschema.rng';
+ $rngfile = '../../../data/PEAR2_Console_CommandLine/pear2.php.net/xmlschema.rng';
if (!is_file($rngfile)) {
$rngfile = __DIR__ . '/../../../data/xmlschema.rng';
}