aboutsummaryrefslogtreecommitdiffstats
path: root/php/user.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/user.php')
-rw-r--r--php/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/user.php b/php/user.php
index 3cfcc89..8b43095 100644
--- a/php/user.php
+++ b/php/user.php
@@ -4,7 +4,7 @@
public $user_id;
public $username;
public $email_address;
- public $current_directory;
+ public $home_directory;
}
?>