X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fiomanager.php;h=217599a6d2fd46f28509b62527e198f4452628e1;hb=cacf627ce3555292032cc712596d9e475dacbc1f;hp=ee2ff958b9c10046432ca0ee8d227a0a10d9bc07;hpb=e34ece8b0630394b606b57b19de58c830fad9c4d;p=quix0rs-gnu-social.git diff --git a/lib/iomanager.php b/lib/iomanager.php index ee2ff958b9..217599a6d2 100644 --- a/lib/iomanager.php +++ b/lib/iomanager.php @@ -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 */ }