You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($lang === null && isset($this->appInfos[$appId])) {
750
-
return$this->appInfos[$appId];
751
-
}
752
-
try {
753
-
$appPath = $this->getAppPath($appId);
754
-
} catch (AppPathNotFoundException$e) {
755
-
returnnull;
756
-
}
757
-
$file = $appPath . '/appinfo/info.xml';
747
+
thrownew \InvalidArgumentException('Calling IAppManager::getAppInfo() with a path is no longer supported. Please call IAppManager::getAppInfoByPath() instead and verify that the path is good before calling.');
748
+
}
749
+
if ($lang === null && isset($this->appInfos[$appId])) {
0 commit comments