http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94295

Revision: 94295
Author:   mah
Date:     2011-08-11 22:35:49 +0000 (Thu, 11 Aug 2011)
Log Message:
-----------
w/s

Modified Paths:
--------------
    trunk/phase3/includes/Status.php

Modified: trunk/phase3/includes/Status.php
===================================================================
--- trunk/phase3/includes/Status.php    2011-08-11 22:32:29 UTC (rev 94294)
+++ trunk/phase3/includes/Status.php    2011-08-11 22:35:49 UTC (rev 94295)
@@ -294,11 +294,11 @@
                }
                return $result;
        }
-       
+
        /**
         * Returns a list of status messages of the given type, with message and
         * params left untouched, like a sane version of getStatusArray
-        * 
+        *
         * @param $type String
         *
         * @return Array
@@ -308,7 +308,7 @@
                foreach ( $this->errors as $error ) {
                        if ( $error['type'] === $type ) {
                                $result[] = $error;
-                       }               
+                       }
                }
                return $result;
        }
@@ -329,7 +329,7 @@
        }
 
        /**
-        * If the specified source message exists, replace it with the 
specified 
+        * If the specified source message exists, replace it with the specified
         * destination message, but keep the same parameters as in the original 
error.
         *
         * Return true if the replacement was done, false otherwise.


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

Reply via email to