Q() -> rcube::Q()

This commit is contained in:
Aleksander Machniak 2016-02-12 11:15:41 +01:00
parent 78f9de6d3c
commit 81ffe68df5

View file

@ -1685,7 +1685,7 @@ class tasklist extends rcube_plugin
'class' => 'messagetasklink',
'rel' => $task['id'] . '@' . $task['list'],
'target' => '_blank',
), Q($task['title']))
), rcube::Q($task['title']))
);
}
if (count($links)) {