From: arborrow Date: Fri, 26 Dec 2008 20:47:57 +0000 (+0000) Subject: MDL-17741 - typo $tableparam X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=93816e5d3f7d08043c5d79a330e6866ad57c5190;p=moodle.git MDL-17741 - typo $tableparam --- 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);