From 9a39d4ade21af15e9d6a3aae1f467f0d173cc0de Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 8 Aug 2012 18:50:04 -0700 Subject: moving forward again --- include/identity.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/identity.php') 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; -- cgit v1.2.3