pull/2487/head
jmontoyaa 8 years ago
parent 837b5ec1f9
commit ea6a9db2ab
  1. 2
      plugin/grading_electronic/index.php
  2. 2
      plugin/ims_lti/ImsLtiPlugin.php

@ -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()
{

Loading…
Cancel
Save