Skip to content

Commit

Permalink
MDL-44185 course: fixed @Package typo in report/lib.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Feb 23, 2014
1 parent ec4c816 commit 9bcde27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions course/report/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
* This file contains functions used by course reports
*
* @since 2.1
* @package course-report
* @package coursereport
* @copyright 2011 Andrew Davis
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

/**
* Return a list of page types
* @param string $pagetype current page type
Expand All @@ -35,4 +36,4 @@ function coursereport_page_type_list($pagetype, $parentcontext, $currentcontext)
'course-report-*' => get_string('page-course-report-x', 'pagetype')
);
return $array;
}
}

0 comments on commit 9bcde27

Please sign in to comment.