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 committed Oct 3, 2019
commit 1ddd6b4080e48e9e8687108e294e7b8aed2f0539
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