diff --git a/.gitignore b/.gitignore
index bca667e1..b0ec503e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ bl-themes/grayscale
bl-themes/massively
bl-themes/hyperspace
bl-themes/striped
+bl-themes/log
diff --git a/bl-kernel/admin/controllers/new-category.php b/bl-kernel/admin/controllers/new-category.php
index 22ac496f..c60220d6 100644
--- a/bl-kernel/admin/controllers/new-category.php
+++ b/bl-kernel/admin/controllers/new-category.php
@@ -19,7 +19,7 @@ checkRole(array('admin'));
// ============================================================================
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
- if (createCategory($_POST['category'])) {
+ if (createCategory($_POST)) {
Redirect::page('categories');
}
}
diff --git a/bl-kernel/admin/themes/booty/init.php b/bl-kernel/admin/themes/booty/init.php
index d3a6f0fb..9ef973f1 100644
--- a/bl-kernel/admin/themes/booty/init.php
+++ b/bl-kernel/admin/themes/booty/init.php
@@ -24,8 +24,8 @@ return <<