mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-28 09:47:11 +00:00
remove a lot of stuff from global context (functions.php), add a few helper classes instead
This commit is contained in:
@@ -1703,7 +1703,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
foreach ($feeds as $feed) {
|
||||
$feed = trim($feed);
|
||||
|
||||
if (validate_url($feed)) {
|
||||
if (UrlHelper::validate($feed)) {
|
||||
|
||||
$this->pdo->beginTransaction();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user