Bump nextcloud/coding-standard from 0.3.0 to 0.5.0
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
committed by
Christoph Wurst
parent
d79cc8ea6d
commit
eb502c02ff
+1
-1
@@ -53,7 +53,7 @@ try {
|
||||
$service = $request->getParam('service', '');
|
||||
} else {
|
||||
$pathInfo = trim($pathInfo, '/');
|
||||
list($service) = explode('/', $pathInfo);
|
||||
[$service] = explode('/', $pathInfo);
|
||||
}
|
||||
$file = \OC::$server->getConfig()->getAppValue('core', 'public_' . strip_tags($service));
|
||||
if ($file === '') {
|
||||
|
||||
Reference in New Issue
Block a user