Merge branch 'Issue_#47' into 'master'

Fix for Issue #47

Fix for #47

See merge request !23
This commit is contained in:
Abel Hoogeveen 2015-05-06 19:53:49 +02:00
commit 019ab4f2fa

View File

@ -12,6 +12,13 @@ class Core {
public $mods;
public $register;
/**
* The current version of the framework
* @access public
* @var String Framework version
*/
public $version = "0.0.1";
/**
* An array which modules are loaded, and should not be loaded again