return $entry
This commit is contained in:
parent
cf7da218dd
commit
897c55efd8
|
|
@ -50,6 +50,7 @@ class TelegramLinkFixerExtension extends Minz_Extension
|
|||
} else {
|
||||
error_log('TelegramLinkFixer: No Telegraph link found in content');
|
||||
}
|
||||
return $entry;
|
||||
} catch (Exception $e) {
|
||||
Minz_Log::error('TelegramLinkFixer: Error processing entry: ' . $e->getMessage());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue