-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Description
When using the Modules::run() for dynamically loading views such as:
$this->load->module('module_name');
$this->module_name->index();
or
echo modules::run($module->module);
The problem is that you are using the:
$this->_module = $this->_ci->router->fetch_module();
The problem is this is NULL when using the run() or load->module() methods.
Is there a fix for this.
Metadata
Metadata
Assignees
Labels
No labels