svn: /web/doc-editor/trunk/php/ RepositoryManager.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Tue, 27 Apr 2010 22:24:37 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=298677
Log:
Fix path
Changed paths:
U web/doc-editor/trunk/php/RepositoryManager.php
Modified: web/doc-editor/trunk/php/RepositoryManager.php
===================================================================
--- web/doc-editor/trunk/php/RepositoryManager.php 2010-04-27 22:12:43 UTC (rev 298676)
+++ web/doc-editor/trunk/php/RepositoryManager.php 2010-04-27 22:24:37 UTC (rev 298677)
@@ -1300,9 +1300,9 @@
(!$file->exist() && !in_array(substr($name, -3), array('xml','ent'))
&& substr($name, -13) != 'PHPEditBackup')
|| strpos($name, 'entities.') === 0
- || $path == '/chmonly/' || $path == '/internals/' || $path == '/internals2/'
+ || $path == 'chmonly' || $path == 'internals' || $path == 'internals2'
|| $name == 'contributors.ent' || $name == 'contributors.xml'
- || ($path == '/appendices/' && ($name == 'reserved.constants.xml' || $name == 'extensions.xml'))
+ || ($path == 'appendices' && ($name == 'reserved.constants.xml' || $name == 'extensions.xml'))
|| $name == 'README' || $name == 'DO_NOT_TRANSLATE' || $name == 'rsusi.txt'
|| $name == 'translation.xml' || $name == 'missing-ids.xml'
|| $name == 'license.xml' || $name == 'versions.xml'