diff --git a/src/applications/phriction/markup/PhrictionRemarkupRule.php b/src/applications/phriction/markup/PhrictionRemarkupRule.php index a6362d1624..d17de331e5 100644 --- a/src/applications/phriction/markup/PhrictionRemarkupRule.php +++ b/src/applications/phriction/markup/PhrictionRemarkupRule.php @@ -275,7 +275,7 @@ final class PhrictionRemarkupRule extends PhutilRemarkupRule { } if ($context instanceof PhrictionDocument) { - return $context->getSlug(); + return $context->getContent()->getSlug(); } return null;