basic email invitations - and doc update

This commit is contained in:
friendica
2013-08-02 03:45:40 -07:00
parent ae5cd53e1e
commit 1d816ba90a
26 changed files with 393 additions and 378 deletions

View File

@@ -785,8 +785,8 @@ class App {
return $this->path;
}
function set_account($aid) {
$this->account = $aid;
function set_account($acct) {
$this->account = $acct;
}
function get_account() {