Merge pull request #17906 from nextcloud/backport/17388/stable16
[stable16] Don't use an undefined index if not needed
This commit is contained in:
commit
8f3062577c
|
@ -25,8 +25,6 @@ declare(strict_types=1);
|
|||
style('core', 'login/authpicker');
|
||||
|
||||
/** @var array $_ */
|
||||
/** @var \OCP\IURLGenerator $urlGenerator */
|
||||
$urlGenerator = $_['urlGenerator'];
|
||||
?>
|
||||
|
||||
<div class="picker-window">
|
||||
|
|
Loading…
Reference in New Issue