From cf7813ee05e14e374ef80bae9f2a15b71c5a4b3f Mon Sep 17 00:00:00 2001 From: dignajar Date: Sun, 26 Jul 2015 14:35:29 -0300 Subject: [PATCH] Debug mode --- kernel/abstract/plugin.class.php | 4 +++- kernel/boot/init.php | 12 ++++++++++++ plugins/opengraph/language/en_US.json | 3 ++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/kernel/abstract/plugin.class.php b/kernel/abstract/plugin.class.php index 90dde281..4c03fc69 100644 --- a/kernel/abstract/plugin.class.php +++ b/kernel/abstract/plugin.class.php @@ -27,7 +27,9 @@ class Plugin { 'description'=>'', 'author'=>'', 'email'=>'', - 'website'=>'' + 'website'=>'', + 'version'=>'', + 'releaseDate'=> ); $this->dbFields = array(); diff --git a/kernel/boot/init.php b/kernel/boot/init.php index c8720f18..0340f0ab 100644 --- a/kernel/boot/init.php +++ b/kernel/boot/init.php @@ -1,5 +1,17 @@