diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-09-13 16:34:52 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-09-13 16:34:52 -0400 |
commit | c8bd2288d1811a766b7c7cea609f7dc013ccd35d (patch) | |
tree | 4b6a29e40b027e0f58da9551de2f45b417a86e6d /phpBB | |
parent | 0737c4bd6df8209f8b98debcfdb6f0d6def42595 (diff) | |
download | forums-c8bd2288d1811a766b7c7cea609f7dc013ccd35d.tar forums-c8bd2288d1811a766b7c7cea609f7dc013ccd35d.tar.gz forums-c8bd2288d1811a766b7c7cea609f7dc013ccd35d.tar.bz2 forums-c8bd2288d1811a766b7c7cea609f7dc013ccd35d.tar.xz forums-c8bd2288d1811a766b7c7cea609f7dc013ccd35d.zip |
[ticket/11836] Fix subsilver fatal error
PHPBB3-11836
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_auth_link.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_auth_link.html b/phpBB/styles/subsilver2/template/ucp_auth_link.html index c6e4ddd250..75e3133fcf 100644 --- a/phpBB/styles/subsilver2/template/ucp_auth_link.html +++ b/phpBB/styles/subsilver2/template/ucp_auth_link.html @@ -11,7 +11,9 @@ </tr> <!-- ENDIF --> - <!-- INCLUDE {PROVIDER_TEMPLATE_FILE} --> + <!-- IF PROVIDER_TEMPLATE_FILE --> + <!-- INCLUDE {PROVIDER_TEMPLATE_FILE} --> + <!-- ENDIF --> </table> <!-- INCLUDE ucp_footer.html --> |