Skip to content

Commit

Permalink
#295 -- Ajustar mecanismo de autenticação padrão
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonmoura committed Nov 14, 2023
1 parent 311dc6c commit da853ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/business/widgets.php
Expand Up @@ -57,7 +57,7 @@
//$resources = OER::get_resources($oer_query);

// My Searches widget
// $obj = new MySearches($_SESSION["userTK"]);
// $retParams = $obj->getParams();
// $searches = $obj->getSearchList($retParams['userID'], $params);
$obj = new MySearches($_SESSION["userTK"]);
$retParams = $obj->getParams();
$searches = $obj->getSearchList($retParams['userID'], $params);
?>

0 comments on commit da853ef

Please sign in to comment.