@ -12,5 +12,5 @@ if (!$gradingElectronic->isAllowed()) {
}
$_template['show'] = true;
$_tempalte['plugin_title'] = $gradingElectronic->get_title();
$_template['plugin_title'] = $gradingElectronic->get_title();
$_template['form'] = $gradingElectronic->getForm();
@ -16,7 +16,7 @@ class ImsLtiPlugin extends Plugin
public $isAdminPlugin = true;
/**
* Class cronstructor
* Class constructor
*/
protected function __construct()
{