MDL-17741 - typo $tableparam; merged from MOODLE_18_STABLE

This commit is contained in:
arborrow
2008-12-26 23:19:47 +00:00
parent ae9f99119a
commit 0502b5122c
3 changed files with 3 additions and 3 deletions
@@ -80,7 +80,7 @@ class view_table_sql extends XMLDBAction {
/// Get parameters
$tableparam = required_param('table', PARAM_PATH);
if (!$table =& $structure->getTable($tableparam)) {
$this->errormsg = 'Wrong table specified: ' . $tableparm;
$this->errormsg = 'Wrong table specified: ' . $tableparam;
return false;
}
$generatorparam = optional_param('generator', null, PARAM_ALPHANUM);