mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Update Extension.php
This commit is contained in:
@ -52,7 +52,7 @@ class Extension {
|
||||
$isMinor = $flags & EDIT_MINOR;
|
||||
|
||||
$config = new Config();
|
||||
if ( !$config->parseOnEdit && $isMinor ) return true;
|
||||
if ( !$config->parseOnEdit || $isMinor ) return true;
|
||||
|
||||
$revision = $renderedRevision->getRevision();
|
||||
$title = $revision->getPageAsLinkTarget();
|
||||
|
Reference in New Issue
Block a user