aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-02 03:45:40 -0700
committerfriendica <info@friendica.com>2013-08-02 03:45:40 -0700
commit1d816ba90ad3408822dc64f294597273fd19bc57 (patch)
tree970bcef7cbc3cb26edbf8195c426ffc701130cb5 /boot.php
parentae5cd53e1ed6ad9a222acaf26593d42bc8204413 (diff)
downloadvolse-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-xboot.php4
1 files changed, 2 insertions, 2 deletions
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() {