summaryrefslogtreecommitdiff
path: root/inc/parser/handler.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parser/handler.php')
-rw-r--r--inc/parser/handler.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/parser/handler.php b/inc/parser/handler.php
index f36a4f151..fbe10d431 100644
--- a/inc/parser/handler.php
+++ b/inc/parser/handler.php
@@ -442,9 +442,9 @@ class Doku_Handler {
return TRUE;
}
- function email($match, $state, $pos) {
+ function emaillink($match, $state, $pos) {
$email = preg_replace(array('/^</','/>$/'),'',$match);
- $this->__addCall('email',array($email, NULL), $pos);
+ $this->__addCall('emaillink',array($email, NULL), $pos);
return TRUE;
}