MDL-45348 report_eventlist: Removed duplicate list link in plugins > report.
I also fixed up a spelling mistake in the language pack (relatedobservers).
This commit is contained in:
@@ -50,7 +50,7 @@ $string['parentevent'] = 'Parent Event';
|
||||
$string['participating'] = 'Participating';
|
||||
$string['pluginname'] = 'Events list';
|
||||
$string['read'] = 'read';
|
||||
$string['relatedobservers'] = 'Plugins observering this event';
|
||||
$string['relatedobservers'] = 'Plugins observing this event';
|
||||
$string['since'] = 'Since';
|
||||
$string['teaching'] = 'Teaching';
|
||||
$string['typedeclaration'] = 'Other event parameters';
|
||||
|
||||
@@ -27,4 +27,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||
if ($hassiteconfig) {
|
||||
$url = $CFG->wwwroot . '/report/eventlist/index.php';
|
||||
$ADMIN->add('reports', new admin_externalpage('reporteventlists', get_string('pluginname', 'report_eventlist'), $url));
|
||||
|
||||
// No report settings.
|
||||
$settings = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user