Skip to content

Commit

Permalink
Simplify list in admin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
annda committed Oct 23, 2023
1 parent 519a1f4 commit f06b1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin.php
Expand Up @@ -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('<h2>' . $this->getLang('status') . '</h2>', hsc($INPUT->str('user')));
echo '<table class="inline">';
Expand Down

0 comments on commit f06b1bd

Please sign in to comment.