use non static method
This commit is contained in:
parent
b1a1899e37
commit
cf7da218dd
|
|
@ -21,7 +21,7 @@ class TelegramLinkFixerExtension extends Minz_Extension
|
|||
/**
|
||||
* Our main function to rewrite the <link> from <description>.
|
||||
*/
|
||||
public static function fixLink($entry)
|
||||
public function fixLink($entry)
|
||||
{
|
||||
try {
|
||||
// Check if it's a telegram link
|
||||
|
|
|
|||
Loading…
Reference in New Issue