diff options
author | friendica <info@friendica.com> | 2012-08-08 18:50:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-08 18:50:04 -0700 |
commit | 9a39d4ade21af15e9d6a3aae1f467f0d173cc0de (patch) | |
tree | 569a3839709bf452b44515dc8c6d3f887f78b9dc /include/identity.php | |
parent | c28da5673731acbedecb4209c38b72046db597e1 (diff) | |
download | volse-hubzilla-9a39d4ade21af15e9d6a3aae1f467f0d173cc0de.tar.gz volse-hubzilla-9a39d4ade21af15e9d6a3aae1f467f0d173cc0de.tar.bz2 volse-hubzilla-9a39d4ade21af15e9d6a3aae1f467f0d173cc0de.zip |
moving forward again
Diffstat (limited to 'include/identity.php')
-rw-r--r-- | include/identity.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/identity.php b/include/identity.php index 7067bc667..5164b5eae 100644 --- a/include/identity.php +++ b/include/identity.php @@ -4,10 +4,10 @@ class simple_identity { - private identity_uid; - private identity_name; - private identity_url; - private identity_photo; + private $identity_uid; + private $identity_name; + private $identity_url; + private $identity_photo; function __construct($uid = '',$name = '',$url = '',$photo = '') { $this->identity_uid = $uid; |