From 93816e5d3f7d08043c5d79a330e6866ad57c5190 Mon Sep 17 00:00:00 2001 From: arborrow Date: Fri, 26 Dec 2008 20:47:57 +0000 Subject: [PATCH] MDL-17741 - typo $tableparam --- admin/xmldb/actions/edit_field/edit_field.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/xmldb/actions/edit_field/edit_field.class.php b/admin/xmldb/actions/edit_field/edit_field.class.php index 78f8812905..25d9ec8b1c 100644 --- a/admin/xmldb/actions/edit_field/edit_field.class.php +++ b/admin/xmldb/actions/edit_field/edit_field.class.php @@ -84,7 +84,7 @@ class edit_field extends XMLDBAction { /// Fetch request data $tableparam = required_param('table', PARAM_CLEAN); if (!$table =& $structure->getTable($tableparam)) { - $this->errormsg = 'Wrong table specified: ' . $tableparm; + $this->errormsg = 'Wrong table specified: ' . $tableparam; return false; } $fieldparam = required_param('field', PARAM_CLEAN); -- 2.39.5