From 65d4e2af04832c7f64caa1669774a699084895a6 Mon Sep 17 00:00:00 2001 From: secretr Date: Mon, 30 May 2011 16:43:01 +0000 Subject: [PATCH] typo fix --- e107_handlers/admin_ui.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/admin_ui.php b/e107_handlers/admin_ui.php index 39257e0dd..2ec0b8c23 100644 --- a/e107_handlers/admin_ui.php +++ b/e107_handlers/admin_ui.php @@ -3820,7 +3820,7 @@ class e_admin_ui extends e_admin_controller_ui // default tree model $this->_tree_model = new e_admin_tree_model(); $this->_tree_model->setModelTable($this->table) - ->getFieldIdName($this->pid) + ->setFieldIdName($this->pid) ->setMessageStackName('admin_ui_tree_'.$this->table) ->setParams(array('model_class' => 'e_admin_model', 'model_message_stack' => 'admin_ui_model_'.$this->table ,'db_query' => $this->listQry));