svn: /web/doc-editor/trunk/php/ SvnClient.php
[email protected] (Neal Poole)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
nbpoole Wed, 22 Jun 2011 14:53:15 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=312378
Log:
array_mege is not the same as array_merge.
Changed paths:
U web/doc-editor/trunk/php/SvnClient.php
Modified: web/doc-editor/trunk/php/SvnClient.php
===================================================================
--- web/doc-editor/trunk/php/SvnClient.php 2011-06-22 14:23:21 UTC (rev 312377)
+++ web/doc-editor/trunk/php/SvnClient.php 2011-06-22 14:53:15 UTC (rev 312378)
@@ -581,7 +581,7 @@
$commands[] = new ExecStatement('svn propset svn:eol-style "native"' . str_repeat(' %s', $info['nbFilesUpdate']), $update_stack);
}
- $args = array_mege(
+ $args = array_merge(
array($pathLogFile, $vcsLogin, $vcsPasswd),
$update_stack,
$delete_stack,