We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1dc000 commit 1b28968Copy full SHA for 1b28968
1 file changed
inc/common.class.php
@@ -823,14 +823,14 @@ public static function hookRedefineMenu($menus) {
823
$iterator = $DB->request($criteria);
824
$hasReminder = $iterator->count() > 0;
825
826
- if (Reminder::canView() && $hasReminder) {
+ if (Reminder::canView() && $hasReminder) {
827
$newMenu['reminders'] = [
828
'default' => Plugin::getWebDir('formcreator', false) . '/front/wizardreminders.php',
829
'title' => __('Consult reminders', 'formcreator'),
830
'icon' => 'fa fa-sticky-note',
831
];
832
}
833
-
+
834
$rssFeedTable = RSSFeed::getTable();
835
$criteria = [
836
'SELECT' => "$rssFeedTable.*",
0 commit comments