diff --git a/bl-kernel/abstract/dbjson.class.php b/bl-kernel/abstract/dbjson.class.php index adce8948..55a269a5 100644 --- a/bl-kernel/abstract/dbjson.class.php +++ b/bl-kernel/abstract/dbjson.class.php @@ -33,7 +33,7 @@ class dbJSON $array = $this->unserialize($implode); if(empty($array)) { - Log::set(__METHOD__.LOG_SEP.'Invalid JSON file: '.$file.', cannot be decoded. Check the file content.'); + //Log::set(__METHOD__.LOG_SEP.'Invalid JSON file: '.$file.', cannot be decoded. Check the file content.'); } else { $this->db = $array; diff --git a/bl-kernel/admin/views/dashboard.php b/bl-kernel/admin/views/dashboard.php index 7c160bca..37821e42 100644 --- a/bl-kernel/admin/views/dashboard.php +++ b/bl-kernel/admin/views/dashboard.php @@ -10,7 +10,7 @@

p('Manage content') ?>

-

p('Edit or delete pages from your site') ?>

+

p('Edit or delete content from your site') ?>

@@ -19,7 +19,7 @@

p('New category') ?>

-

p('Create a new category to organize your pages') ?>

+

p('Create a new category to organize your content') ?>

@@ -65,6 +65,17 @@

p('Notifications') ?>