Skip to content

Commit

Permalink
Prevent admin tool error on install
Browse files Browse the repository at this point in the history
  • Loading branch information
eloyer committed Oct 18, 2022
1 parent dfd4866 commit 0cb3575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions system/application/controllers/system.php
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@ public function dashboard() {
break;
}
if ('disallowed-emails' == $pill) {
$this->load->model('resource_model', 'resources');
$json = $this->resources->get('disallowed_emails');
$arr = json_decode($json, true);
if (empty($arr)) $arr = array();
Expand Down
2 changes: 1 addition & 1 deletion system/application/views/scalar-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
* echo '</p>';
*/
?>
2.6.3
2.6.4

0 comments on commit 0cb3575

Please sign in to comment.