mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-13 06:48:52 +00:00
Merge pull request #1711 from Hardolaf/ticket/11836
[ticket/11836] Fix fatal error on unsupported provider for auth link
This commit is contained in:
commit
033ae7edeb
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<!-- IF ERROR --><dl><dd class="error">{ERROR}</dd></dl><!-- ENDIF -->
|
<!-- IF ERROR --><dl><dd class="error">{ERROR}</dd></dl><!-- ENDIF -->
|
||||||
|
|
||||||
<!-- INCLUDE {PROVIDER_TEMPLATE_FILE} -->
|
<!-- IF PROVIDER_TEMPLATE_FILE -->
|
||||||
|
<!-- INCLUDE {PROVIDER_TEMPLATE_FILE} -->
|
||||||
|
<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue