diff --git a/src/ini.php b/src/ini.php
index 137ba2a..5e3d9da 100644
--- a/src/ini.php
+++ b/src/ini.php
@@ -310,7 +310,6 @@ class INI
//Should be global values (don't think any ini's have them)
assert($currentSection === NULL);
$globals[$key] = INI::defaultSectionHandler($value);
- continue; //Skip the section values assignment below
break;
}
}
diff --git a/src/view/footer.php b/src/view/footer.php
index 8ce1a7c..14f66bd 100644
--- a/src/view/footer.php
+++ b/src/view/footer.php
@@ -2,7 +2,7 @@