1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-23 09:23:09 +02:00

MDL-14591 added my name next to a portfolio todo

This commit is contained in:
mjollnir_ 2008-07-28 07:35:20 +00:00
parent 1118434a2f
commit 679ad43f4d

@ -244,7 +244,7 @@
/// Portfolio tab
require_once($CFG->libdir . '/portfoliolib.php');
if (portfolio_instances(true, false)) {
// @todo permissions check?
// @todo penny permissions check?
$toprow[] = new tabobject('portfolios', $CFG->wwwroot .'/user/portfolio.php', get_string('portfolios', 'portfolio'));
}