Skip to content

Deprecated usage of OC_App #906

Description

@susnux

This app still uses OC_App which is scheduled for removal.

This usage:

$appId = OC_App::cleanAppId($appId);

Should be migrated to:

- $appId = OC_App::cleanAppId($appId); 
+ $appId = $this->appManager->cleanAppId($appId); 

cc @oleksandr-nc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions