From: mjollnir_ Date: Mon, 28 Jul 2008 07:35:20 +0000 (+0000) Subject: MDL-14591 added my name next to a portfolio todo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=679ad43f4dfc7e8f87d47633781606b8a03de58d;p=moodle.git MDL-14591 added my name next to a portfolio todo --- diff --git a/user/tabs.php b/user/tabs.php index 293e308ad5..8c10d581c3 100644 --- a/user/tabs.php +++ b/user/tabs.php @@ -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')); }