mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-17741 - typo $tableparam
This commit is contained in:
parent
bb53eb49a8
commit
4acd575cad
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue