diff --git a/user/tabs.php b/user/tabs.php index 293e308ad5c..8c10d581c3f 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')); }