svn: /pear/pear-core/trunk/PEAR/Command/ Package.php
[email protected] (Helgi Þormar Þorbjörnsson) Sat, 11 Sep 2010 13:30:31 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
dufuz Sat, 11 Sep 2010 13:30:31 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=303273
Log:
Fixed Bug #17839: pear svntag does not tag package.xml file [dufuz]
Bug: http://pear.php.net/bugs/17839 (unknown)
Changed paths:
U pear/pear-core/trunk/PEAR/Command/Package.php
Modified: pear/pear-core/trunk/PEAR/Command/Package.php
===================================================================
--- pear/pear-core/trunk/PEAR/Command/Package.php 2010-09-11 13:18:43 UTC (rev 303272)
+++ pear/pear-core/trunk/PEAR/Command/Package.php 2010-09-11 13:30:31 UTC (rev 303273)
@@ -523,6 +523,7 @@
$dir = dirname($packageFile);
$dir = substr($dir, strrpos($dir, '/') + 1);
$files = array_keys($info->getFilelist());
+ $files[] = basename($packageFile);
array_shift($params);
if (count($params)) {