projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfb61bb
)
Fixed isEmail attribute
author
Marcel Werk
<burntime@woltlab.com>
Mon, 27 Jan 2014 14:39:30 +0000
(15:39 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Mon, 27 Jan 2014 14:39:30 +0000
(15:39 +0100)
wcfsetup/install/files/lib/system/request/LinkHandler.class.php
patch
|
blob
|
blame
|
history
wcfsetup/install/files/lib/system/template/plugin/LinkBlockTemplatePlugin.class.php
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/lib/system/request/LinkHandler.class.php
b/wcfsetup/install/files/lib/system/request/LinkHandler.class.php
index c942d03962699d0da2aa6b573a3f8a27c2b6c641..372e7b1292c1a1cb242d67640c75d91ba4cb86a4 100644
(file)
--- a/
wcfsetup/install/files/lib/system/request/LinkHandler.class.php
+++ b/
wcfsetup/install/files/lib/system/request/LinkHandler.class.php
@@
-73,6
+73,7
@@
class LinkHandler extends SingletonFactory {
if (isset($parameters['isEmail']) && (bool)$parameters['isEmail']) {
$parameters['forceFrontend'] = true;
$parameters['appendSession'] = false;
+ unset($parameters['isEmail']);
}
if (isset($parameters['application'])) {
diff --git
a/wcfsetup/install/files/lib/system/template/plugin/LinkBlockTemplatePlugin.class.php
b/wcfsetup/install/files/lib/system/template/plugin/LinkBlockTemplatePlugin.class.php
index 43c82bc22bf2367e900370218029fc343086a7d4..79226ad2df74a524394b66612ba630f470d7c8d9 100644
(file)
--- a/
wcfsetup/install/files/lib/system/template/plugin/LinkBlockTemplatePlugin.class.php
+++ b/
wcfsetup/install/files/lib/system/template/plugin/LinkBlockTemplatePlugin.class.php
@@
-37,7
+37,7
@@
class LinkBlockTemplatePlugin implements IBlockTemplatePlugin {
}
if (isset($tagArgs['isEmail']) && $tagArgs['isEmail']) {
- $tagArgs['encode'] =
tru
e;
+ $tagArgs['encode'] =
fals
e;
}
if (isset($tagArgs['encode']) && !$tagArgs['encode']) {