Skip to content

Commit

Permalink
MDL-45348 report_eventlist: Removed duplicate list link in plugins > …
Browse files Browse the repository at this point in the history
…report.

I also fixed up a spelling mistake in the language pack (relatedobservers).
  • Loading branch information
abgreeve committed May 1, 2014
1 parent 83ddacf commit ae63d3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion report/eventlist/lang/en/report_eventlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
$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';
Expand Down
3 changes: 3 additions & 0 deletions report/eventlist/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@
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;
}

0 comments on commit ae63d3e

Please sign in to comment.