fix _link
This commit is contained in:
parent
cd53c164c2
commit
b1a1899e37
|
|
@ -44,7 +44,7 @@ class TelegramLinkFixerExtension extends Minz_Extension
|
||||||
$telegraphLink = $matches[1];
|
$telegraphLink = $matches[1];
|
||||||
if (!empty($telegraphLink)) {
|
if (!empty($telegraphLink)) {
|
||||||
error_log('TelegramLinkFixer: Found Telegraph link: ' . $telegraphLink);
|
error_log('TelegramLinkFixer: Found Telegraph link: ' . $telegraphLink);
|
||||||
$entry->setLink($telegraphLink);
|
$entry->_link($telegraphLink);
|
||||||
error_log('TelegramLinkFixer: Successfully updated link');
|
error_log('TelegramLinkFixer: Successfully updated link');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue