From 679ad43f4dfc7e8f87d47633781606b8a03de58d Mon Sep 17 00:00:00 2001 From: mjollnir_ Date: Mon, 28 Jul 2008 07:35:20 +0000 Subject: [PATCH] MDL-14591 added my name next to a portfolio todo --- user/tabs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); } -- 2.39.5