aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
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() {