bug fix for #959

This commit is contained in:
Diego Najar 2019-02-22 18:26:42 +01:00
parent ff5df92944
commit 3fc2c2bb74
1 changed files with 4 additions and 3 deletions

View File

@ -16,11 +16,12 @@ class Users extends dbJSON {
'tokenAuthTTL'=>'2009-03-15 14:00', 'tokenAuthTTL'=>'2009-03-15 14:00',
'twitter'=>'', 'twitter'=>'',
'facebook'=>'', 'facebook'=>'',
'instagram'=>'',
'codepen'=>'', 'codepen'=>'',
'linkedin'=>'', 'instagram'=>'',
'github'=>'', 'github'=>'',
'gitlab'=>'' 'gitlab'=>'',
'linkedin'=>'',
'mastodon'=>''
); );
function __construct() function __construct()