Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>
  • Loading branch information
rullzer authored and Backportbot committed Oct 3, 2019
commit 566ef25d0e8991d242eff3e4cdce1b95159fcc9e
2 changes: 0 additions & 2 deletions core/templates/loginflowv2/done.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
style('core', 'login/authpicker');

/** @var array $_ */
/** @var \OCP\IURLGenerator $urlGenerator */
$urlGenerator = $_['urlGenerator'];
?>

<div class="picker-window">
Expand Down