moving forward again

This commit is contained in:
friendica
2012-08-08 18:50:04 -07:00
parent c28da56737
commit 9a39d4ade2
7 changed files with 33 additions and 70 deletions

View File

@@ -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;