]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-17741 - typo $tableparam
authorarborrow <arborrow>
Fri, 26 Dec 2008 20:47:57 +0000 (20:47 +0000)
committerarborrow <arborrow>
Fri, 26 Dec 2008 20:47:57 +0000 (20:47 +0000)
admin/xmldb/actions/edit_field/edit_field.class.php

index 78f8812905d19f115362299fa60e86c5b81622e3..25d9ec8b1ccfe398ad767f019f275f81d3082f73 100644 (file)
@@ -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);