Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey18106 committed Jul 18, 2023
1 parent 2bf9acc commit d73fac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<bugs>https://github.com/nextcloud/app_ecosystem_v2/issues</bugs>
<repository type="git">https://github.com/nextcloud/app_ecosystem_v2.git</repository>
<dependencies>
<nextcloud min-version="26" max-version="28"/>
<php min-version="8.1"/>
<nextcloud min-version="26" max-version="28"/>
</dependencies>
<repair-steps>
<install>
Expand Down
2 changes: 1 addition & 1 deletion lib/Service/AppEcosystemV2Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ public function getExAppsList(bool $extended = false): array {
'name' => $exApp->getName(),
'version' => $exApp->getVersion(),
'enabled' => $exApp->getEnabled(),
'last_response_time' => $exApp->getLastResponseTime(),
'last_response_time' => $exApp->getLastCheckTime(),
'system' => $this->exAppUsersService->exAppUserExists($exApp->getAppid(), ''),
];
}, $exApps);
Expand Down

0 comments on commit d73fac6

Please sign in to comment.