diff options
author | friendica <info@friendica.com> | 2013-08-02 03:45:40 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-02 03:45:40 -0700 |
commit | 1d816ba90ad3408822dc64f294597273fd19bc57 (patch) | |
tree | 970bcef7cbc3cb26edbf8195c426ffc701130cb5 /boot.php | |
parent | ae5cd53e1ed6ad9a222acaf26593d42bc8204413 (diff) | |
download | volse-hubzilla-1d816ba90ad3408822dc64f294597273fd19bc57.tar.gz volse-hubzilla-1d816ba90ad3408822dc64f294597273fd19bc57.tar.bz2 volse-hubzilla-1d816ba90ad3408822dc64f294597273fd19bc57.zip |
basic email invitations - and doc update
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |