Browse Source

Fix fatal error in Chat

pull/392/head
Timothée Jaussoin 9 years ago
parent
commit
94a0cd44b3
  1. 2
      app/widgets/Chat/Chat.php

2
app/widgets/Chat/Chat.php

@ -17,6 +17,8 @@ use Ramsey\Uuid\Uuid;
use Movim\Picture;
use Movim\Session;
include_once WIDGETS_PATH.'Contact/Contact.php';
class Chat extends \Movim\Widget\Base
{
private $_pagination = 50;

Loading…
Cancel
Save