mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
Don't use an undefined index if not needed
It is not set. And not used. Just some copy paste leftover. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
5df6570bbc
commit
566ef25d0e
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue