Fix for Issue #47

This commit is contained in:
Abel Hoogeveen 2015-05-06 19:52:52 +02:00
parent dd93772704
commit c046b0867b

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