aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php8
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;