mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
[core + bridges] get rid of loadMetadata
if a bridge needs to modify some of the data that were initialized there, ::__construct() should be used instead. Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
@@ -7,8 +7,6 @@ class HTMLUtils {
|
||||
if($bridgeElement == false)
|
||||
return "";
|
||||
|
||||
$bridgeElement->loadMetadatas();
|
||||
|
||||
$name = '<a href="' . $bridgeElement->uri . '">' . $bridgeElement->name . '</a>';
|
||||
$description = $bridgeElement->description;
|
||||
|
||||
|
Reference in New Issue
Block a user