-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
This system as it stands now does not work 100% in Kohana 3.2. ANY and ALL functions that receive parameters must be upgraded to include $p1 = $this->request->param(); otherwise any passed parameters will be ignored. There may be other upgrades necessary but I am just diving in now. If I ever figure out how to use git I will certainly fork and commit my upgrades. Just one example is:
Useradmin/Controller/Admin/user.php->Action_Edit($id = NULL)
You must add the following line:
$id = $this->request->param('id','');
Otherwise the form will not be able to show the user data.
Metadata
Metadata
Assignees
Labels
No labels