Revision: 46155
Author:   nikerabbit
Date:     2009-01-24 18:32:35 +0000 (Sat, 24 Jan 2009)

Log Message:
-----------
* Supress errors

Modified Paths:
--------------
    trunk/extensions/Translate/scripts/sync-group.php

Modified: trunk/extensions/Translate/scripts/sync-group.php
===================================================================
--- trunk/extensions/Translate/scripts/sync-group.php   2009-01-24 17:57:28 UTC 
(rev 46154)
+++ trunk/extensions/Translate/scripts/sync-group.php   2009-01-24 18:32:35 UTC 
(rev 46155)
@@ -103,7 +103,7 @@
        public function getTimestampsFromSvn( $file ) {
                $file = escapeshellarg( $file );
                $retval = 0;
-               $output = wfShellExec( "svn info $file", $retval );
+               $output = wfShellExec( "svn info $file 2>/dev/null", $retval );
                if ( $retval ) return false;
 
 



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to