svn: /web/doc-editor/trunk/php/ RepositoryFetcher.php

[email protected] (Neal Poole)
Newsgroups php.doc.web
Message-ID <[email protected]>
nbpoole                                  Wed, 22 Jun 2011 17:58:03 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=312385

Log:
Fixed issue where doc-base commits would silently fail.

Changed paths:
    U   web/doc-editor/trunk/php/RepositoryFetcher.php

Modified: web/doc-editor/trunk/php/RepositoryFetcher.php
===================================================================
--- web/doc-editor/trunk/php/RepositoryFetcher.php	2011-06-22 17:47:43 UTC (rev 312384)
+++ web/doc-editor/trunk/php/RepositoryFetcher.php	2011-06-22 17:58:03 UTC (rev 312385)
@@ -186,7 +186,7 @@
                 `work`
              WHERE
                 `project` = "%s" AND
-               (`lang`="%s" OR `lang`="en") AND `id` IN (%s)',
+               (`lang`="%s" OR `lang`="en" OR `lang`="doc-base") AND `id` IN (%s)',

             $am->project,
             $am->vcsLang,
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.