Niggly minor issue when deleting
Hi
Some of my simple modules are declared with an 'display_field' => 'myName','edit_method' => 'pickme' in MY_fuel_modules. This is because the name I want to use is a complex calculation as a result of a JOIN.
This works everywhere within the simple module except when I click delete, the resulting page displays:
"Severity: Notice
Message: Undefined variable: title
Filename: modules/module_delete.php
Line Number: 8"
It's obviously not finding a $title variable for that view. I can't seem to track down where $title is defined before showing the view though.
Any pointers welcome...
Cheers
Comments