]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/iomanager.php
Merge branch 'master' into testing
[quix0rs-gnu-social.git] / lib / iomanager.php
index ee2ff958b9c10046432ca0ee8d227a0a10d9bc07..217599a6d2fd46f28509b62527e198f4452628e1 100644 (file)
@@ -59,9 +59,10 @@ abstract class IoManager
      * your manager about each site you'll have to handle so you
      * can do any necessary per-site setup.
      *
-     * @param string $site target site server name
+     * The new site will be the currently live configuration during
+     * this call.
      */
-    public function addSite($site)
+    public function addSite()
     {
         /* no-op */
     }