*cough* thx
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 20 May 2008 18:49:11 +0000 (18:49 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 20 May 2008 18:49:11 +0000 (18:49 +0000)
includes/filerepo/ForeignAPIRepo.php
includes/filerepo/ForeignDBRepo.php

index 30807c7..3468f46 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /**
+ * A foreign repository with a remote MediaWiki with an API thingy
  * Very hacky and inefficient
  * do not use :D
  *
index 0040fd9..8dc4ed5 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /**
- * A foreign repository with a remote MediaWiki with an API thingy
+ * A foreign repository with an accessible MediaWiki database
  * @ingroup FileRepo
  */
 class ForeignDBRepo extends LocalRepo {