Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
Issue: documentacao-e-tarefas/desenvolvimento_e_infra#902

Signed-off-by: Thiago <[email protected]>
  • Loading branch information
thiagolepidus committed Oct 14, 2024
1 parent f00586d commit c4bef35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ include:
ref: main
file:
- 'templates/groups/pkp_plugin.yml'
- 'templates/groups/ojs_plugins_cypress_tests_model.yml'
- 'templates/groups/ojs/cypress_tests.yml'
2 changes: 1 addition & 1 deletion KeywordCloudBlockPlugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function getContents($templateMgr, $request = null)
return parent::getContents($templateMgr, $request);
}

public function getCachedKeywords($context, $locale)
private function getCachedKeywords($context, $locale)
{
$cacheManager = CacheManager::getManager();
$cache = $cacheManager->getFileCache(
Expand Down

0 comments on commit c4bef35

Please sign in to comment.