From 1d816ba90ad3408822dc64f294597273fd19bc57 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 2 Aug 2013 03:45:40 -0700 Subject: basic email invitations - and doc update --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 9cdaa53b7..3af47afe8 100755 --- a/boot.php +++ b/boot.php @@ -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() { -- cgit v1.2.3