Problem in Accessing Blocks
I am getting the following error when I try to access blocks from my admin.
------------------------------------------------------------------
A PHP Error was encountered
Severity: Notice
Message: Undefined property: Blocks::$model_name
Filename: controllers/module.php
Line Number: 79
An Error Was Encountered
Unable to locate the file: .php
----------------------------------------------------------------
Line no.79 >>
$this->load->model($this->model_name);
Can anybody please help to resolve this issue?
Comments