Skip to content
Snippets Groups Projects
Commit 11d11c02 authored by Moritz Strohm's avatar Moritz Strohm Committed by Elmar Ludwig
Browse files

resources/messages/index: Fixed error when calling Clipboard::getClipboardsForUser

parent f6828d15
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ class Resources_MessagesController extends AuthenticatedController ...@@ -48,7 +48,7 @@ class Resources_MessagesController extends AuthenticatedController
$this->clipboards = Clipboard::getClipboardsForUser( $this->clipboards = Clipboard::getClipboardsForUser(
$GLOBALS['user']->id, $GLOBALS['user']->id,
'Room' ['Room']
); );
//STUB //STUB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment