mirror of
https://github.com/Mibew/design.git
synced 2025-01-22 18:10:33 +03:00
Fix notice about undefined 'send_shortcut'
This commit is contained in:
parent
f7d6971849
commit
1480519bb2
@ -242,7 +242,7 @@ function invitation_close_old() {
|
|||||||
* @return array Array of invitation data
|
* @return array Array of invitation data
|
||||||
*/
|
*/
|
||||||
function setup_invitation_view(Thread $thread) {
|
function setup_invitation_view(Thread $thread) {
|
||||||
$data = array();
|
$data = prepare_chat_app_data();
|
||||||
|
|
||||||
// Set refresh frequency
|
// Set refresh frequency
|
||||||
$data['frequency'] = Settings::get('updatefrequency_chat');
|
$data['frequency'] = Settings::get('updatefrequency_chat');
|
||||||
|
Loading…
Reference in New Issue
Block a user