diff options
author | Evan Prodromou <evan@status.net> | 2010-02-16 12:46:02 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-16 12:46:02 -0500 |
commit | 3d170bfa30168280a9c11e944f886460d7cc18c7 (patch) | |
tree | 0d99d6164fce4b35ceeff86acdda21722f4681e3 /lib/iomanager.php | |
parent | 71ecd689019a8086570c677af47ead4e02227fb3 (diff) | |
parent | 81b6b58e33f55054b7e5dd546f06dbdb5696ed92 (diff) |
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Diffstat (limited to 'lib/iomanager.php')
-rw-r--r-- | lib/iomanager.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/iomanager.php b/lib/iomanager.php index ee2ff958b..217599a6d 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 */ } |