Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Oct 13, 2021
1 parent 497bfa3 commit c14a92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog.php
Expand Up @@ -124,8 +124,8 @@ function require_auth() {
}
else if ($_REQUEST['list'] == 'Private')
{
// List all templates that are public
$q .= " and access_to_whom='Public'";
// List all templates that are Private
$q .= " and access_to_whom='Private'";
$params = array();
}
else if ($_REQUEST['list'] == 'xAPI')
Expand Down

0 comments on commit c14a92b

Please sign in to comment.