Browse Source

fix bug

master
Andrea Cimbalo 11 years ago
parent
commit
9e3af23921
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      index.php
  2. +1
    -1
      lilikuser.php

+ 1
- 1
index.php View File

@ -15,7 +15,7 @@
'cloud':{'text':'Accedi alla piattaforma cloud', 'href': 'http://cloud.lilik.it'},
'projects':{'text':'Accedi al portale progetti', 'href': 'http://projects.lilik.it'},
'teambox':{'text':'Accedi a teambox', 'href': 'http://teambox.lilik.it'},
'im':{'text':'Chatta su ', 'href': 'http://im.lilik.it'}
'im':{'text':'Usa la messaggistica istantanea', 'href': 'http://im.lilik.it'}
};
function parsedata(data){


+ 1
- 1
lilikuser.php View File

@ -373,7 +373,7 @@ class LilikUser extends pippo{
'lilik.it'=>'lilik.it',
'cloud'=>'cloud',
'projects'=>'projects',
'teambox'=>'teambox'
'teambox'=>'teambox',
'im'=>'im'
);
$this->_posix_member=array('users_sites'=>'users_sites');


Loading…
Cancel
Save