-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix translated app details #29004
Fix translated app details #29004
Conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
@@ -163,8 +162,7 @@ public function installApp(string $appId, bool $forceEnable = false): string { | |||
//run appinfo/install.php | |||
self::includeAppScript($basedir . '/appinfo/install.php'); | |||
|
|||
$appData = OC_App::getAppInfo($appId); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is 6y old, the getAppInfo in line 117 is 5y old. I don't see much sense in it. Either they read the same info.xml anyway or we read data from 2 different sources and then either we run old repair-steps and save new remote/public handlers afterwards or the other way around.
Related to #6024 ? |
Yes, should fix it |
/backport to stable22 |
/backport to stable21 |
Fix #6024