Merge branch 'Issue_#47' into 'master'
Fix for Issue #47 Fix for #47 See merge request !23
This commit is contained in:
commit
019ab4f2fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user