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 4d3dc5380..c016171b0 100644
--- a/inc/parser/handler.php
+++ b/inc/parser/handler.php
@@ -686,8 +686,8 @@ function Doku_Handler_Parse_Media($match) {
$linking = 'nolink';
}else if(preg_match('/direct/i',$param)){
$linking = 'direct';
- }else if(preg_match('/justlink/i',$param)){
- $linking = 'justlink';
+ }else if(preg_match('/linkonly/i',$param)){
+ $linking = 'linkonly';
}else{
$linking = 'details';
}