mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-24 02:29:48 -05:00
HTTPS SimplePie experiment
Syntax bug https://github.com/FreshRSS/FreshRSS/issues/1083
This commit is contained in:
@@ -97,7 +97,7 @@ class SimplePie_Misc
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return https_url($iri->get_uri());
|
||||
return SimplePie_Misc::https_url($iri->get_uri());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user