mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
2nd preview
This commit is contained in:
@@ -20,7 +20,9 @@ class TestUDF extends VileSci_Controller
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
$person = $this->PersonModel->load(1);
|
||||
$person_id = $this->input->get('person_id');
|
||||
|
||||
$person = $this->PersonModel->load($person_id);
|
||||
|
||||
$data = array(
|
||||
'udfs' => $this->PersonModel->getUDFs()
|
||||
|
||||
Reference in New Issue
Block a user