From 3fc2c2bb748b09e90e909a455f5d178c6f1b3242 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Fri, 22 Feb 2019 18:26:42 +0100 Subject: [PATCH] bug fix for #959 --- bl-kernel/users.class.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bl-kernel/users.class.php b/bl-kernel/users.class.php index 3bb27b21..626bf702 100644 --- a/bl-kernel/users.class.php +++ b/bl-kernel/users.class.php @@ -16,11 +16,12 @@ class Users extends dbJSON { 'tokenAuthTTL'=>'2009-03-15 14:00', 'twitter'=>'', 'facebook'=>'', - 'instagram'=>'', 'codepen'=>'', - 'linkedin'=>'', + 'instagram'=>'', 'github'=>'', - 'gitlab'=>'' + 'gitlab'=>'', + 'linkedin'=>'', + 'mastodon'=>'' ); function __construct()