diff --git a/admin.php b/admin.php index 06cd63c..10c10c7 100644 --- a/admin.php +++ b/admin.php @@ -39,7 +39,7 @@ public function html() /** @var helper_plugin_lms $hlp */ $hlp = $this->loadHelper('lms'); - $list = $hlp->getLessons($INPUT->str('user')); + $list = $hlp->getUserLessons($INPUT->str('user')); echo sprintf('

' . $this->getLang('status') . '

', hsc($INPUT->str('user'))); echo '';