Skip to content

Commit 0cb3575

Browse files
committed
Prevent admin tool error on install
1 parent dfd4866 commit 0cb3575

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

system/application/controllers/system.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@ public function dashboard() {
952952
break;
953953
}
954954
if ('disallowed-emails' == $pill) {
955+
$this->load->model('resource_model', 'resources');
955956
$json = $this->resources->get('disallowed_emails');
956957
$arr = json_decode($json, true);
957958
if (empty($arr)) $arr = array();

system/application/views/scalar-version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
* echo '</p>';
1414
*/
1515
?>
16-
2.6.3
16+
2.6.4

0 commit comments

Comments
 (0)