return $entry

This commit is contained in:
Tiger Ren 2025-01-01 21:32:15 +08:00
parent cf7da218dd
commit 897c55efd8
1 changed files with 1 additions and 0 deletions

View File

@ -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());
}