Skip to content

Commit 1b28968

Browse files
committed
style(common): bad indentation, and indentation characters
1 parent f1dc000 commit 1b28968

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

inc/common.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,14 +823,14 @@ public static function hookRedefineMenu($menus) {
823823
$iterator = $DB->request($criteria);
824824
$hasReminder = $iterator->count() > 0;
825825

826-
if (Reminder::canView() && $hasReminder) {
826+
if (Reminder::canView() && $hasReminder) {
827827
$newMenu['reminders'] = [
828828
'default' => Plugin::getWebDir('formcreator', false) . '/front/wizardreminders.php',
829829
'title' => __('Consult reminders', 'formcreator'),
830830
'icon' => 'fa fa-sticky-note',
831831
];
832832
}
833-
833+
834834
$rssFeedTable = RSSFeed::getTable();
835835
$criteria = [
836836
'SELECT' => "$rssFeedTable.*",

0 commit comments

Comments
 (0)