mirror of
https://github.com/nextcloud/passman.git
synced 2026-01-04 06:37:12 +08:00
Ditch OC_App
This commit is contained in:
parent
a57e60ee4c
commit
a3a49cdcc5
1 changed files with 1 additions and 2 deletions
|
|
@ -67,8 +67,7 @@ class InternalController extends ApiController {
|
|||
* @NoAdminRequired
|
||||
*/
|
||||
public function getAppVersion() {
|
||||
$app = new \OC_App();
|
||||
return new JSONResponse(array('version' => $app->getAppVersion('passman')));
|
||||
return new JSONResponse(array('version' => '1.0.2.25'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue