Skip to content

Commit 1ddd6b4

Browse files
committed
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>
1 parent ecfa6f7 commit 1ddd6b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/templates/loginflowv2/done.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
style('core', 'login/authpicker');
2626

2727
/** @var array $_ */
28-
/** @var \OCP\IURLGenerator $urlGenerator */
29-
$urlGenerator = $_['urlGenerator'];
3028
?>
3129

3230
<div class="picker-window">

0 commit comments

Comments
 (0)