use non static method

This commit is contained in:
Tiger Ren 2025-01-01 21:28:22 +08:00
parent b1a1899e37
commit cf7da218dd
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class TelegramLinkFixerExtension extends Minz_Extension
/** /**
* Our main function to rewrite the <link> from <description>. * Our main function to rewrite the <link> from <description>.
*/ */
public static function fixLink($entry) public function fixLink($entry)
{ {
try { try {
// Check if it's a telegram link // Check if it's a telegram link