From 74ce01efc75fa9085436bfe79c3e6c42c2966783 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 23 Oct 2015 02:02:57 -0400 Subject: [PATCH] Q() -> rcube::Q() --- program/steps/settings/func.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index 061ba12..3183f62 100644 --- a/program/steps/settings/func.inc +++ b/program/steps/settings/func.inc @@ -1293,9 +1293,9 @@ // allow plugins to add a header to each section $data = $RCMAIL->plugins->exec_hook('preferences_section_header', - array('section' => $sect['id'], 'header' => '', 'current' => $current)); + array('section' => $sect['id'], 'header' => '', 'current' => $current)); - if(!empty($data['header'])) { + if (!empty($data['header'])) { $sections[$idx]['header'] = $data['header']; } } -- Gitblit v1.9.1