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 1ef3083..3cfcc89 100644
--- a/php/user.php
+++ b/php/user.php
@@ -1,10 +1,10 @@
<?php
class User
{
- /*I don't think we need to abstract these away*/
public $user_id;
public $username;
public $email_address;
+ public $current_directory;
}
?>