diff --git a/application/controllers/Welcome.php b/application/controllers/Welcome.php
index bea2f551..303fda78 100644
--- a/application/controllers/Welcome.php
+++ b/application/controllers/Welcome.php
@@ -32,7 +32,7 @@ class Welcome extends CI_Controller {
$data['NumberOfNotes'] = $this->note->CountAllNotes();
- if($data['CountAllStationLocations'] == 0 || $data['NumberOfStationLogbooks'] == 0 || $data['NumberOfAPIKeys'] == 0 || $data['NumberOfNotes'] > 0) {
+ if($data['CountAllStationLocations'] == 0 || $data['NumberOfStationLogbooks'] == 0 || $data['NumberOfAPIKeys'] > 0 || $data['NumberOfNotes'] > 0) {
// load views
$this->load->view('interface_assets/mini_header', $data);
$this->load->view('welcome/index');
diff --git a/application/views/welcome/index.php b/application/views/welcome/index.php
index b9740f69..7bfc4b35 100644
--- a/application/views/welcome/index.php
+++ b/application/views/welcome/index.php
@@ -128,7 +128,7 @@
-
+ 0) { ?>