Browse Source

Merge pull request #293 from Ppjet6/presence-status-292

Fixes #292 Don't force presence status
pull/305/head
Jaussoin Timothée 9 years ago
committed by GitHub
parent
commit
95ac88c8c7
  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