We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c055d38 commit 5fcc2a9Copy full SHA for 5fcc2a9
controller/main_controller.php
@@ -91,7 +91,7 @@ public function display()
91
92
// If no rules were found, it may be because no rules exist in the current user's
93
// language, so let's look for rules in the board's default language as a fallback.
94
- if (empty($entities))
+ if (empty($entities) && $this->lang->get_used_language() !== $this->config['default_lang'])
95
{
96
$entities = $this->rule_operator->get_rules($this->config['default_lang']);
97
}
0 commit comments