fix upgrade call

This commit is contained in:
Matthias Pfefferle 2023-01-23 21:24:54 +01:00
parent a55dc90379
commit 7be74c1837

View file

@ -276,7 +276,7 @@ class Post {
} }
// Upgrade from old template codes to shortcodes. // Upgrade from old template codes to shortcodes.
$content = $this->upgrade_post_content_template(); $content = self::upgrade_post_content_template();
return $content; return $content;
} }