Browse Source

Merge branch 'master' of github.com:movim/movim

pull/305/head
Jaussoin Timothée 9 years ago
parent
commit
93694e0d48
  1. 3
      app/widgets/Presence/Presence.php
  2. 1
      app/widgets/Presence/locales.ini

3
app/widgets/Presence/Presence.php

@ -58,9 +58,6 @@ class Presence extends \Movim\Widget\Base
if($presence == null || !isset($presence['show']) || $presence['show'] == '')
$value = 'chat';
if($presence == null|| !isset($presence['status']) || $presence['status'] == '')
$status = $this->__('status.online');
} else {
$status = $form['status'];
$value = $form['value'];

1
app/widgets/Presence/locales.ini

@ -4,4 +4,3 @@ here = Your status here !
updated = Status updated
status = Status
presence = Presence
online = Online with Movim
Loading…
Cancel
Save