From b137385e30bcb5c85139d4a24d4a1165d2ef32e1 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 14 May 2024 17:00:24 +0200 Subject: [PATCH] Fix error --- composer.lock | 24 ++++++++++++------------ src/Services/Mastodon_api.php | 1 - templates/fediplan/scheduled.html.twig | 1 - 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/composer.lock b/composer.lock index f07a762..47be4df 100644 --- a/composer.lock +++ b/composer.lock @@ -5809,16 +5809,16 @@ }, { "name": "twig/extra-bundle", - "version": "v3.9.3", + "version": "v3.10.0", "source": { "type": "git", "url": "https://github.com/twigphp/twig-extra-bundle.git", - "reference": "ef6869adf1fdab66f7e495771a7ba01496ffc0d5" + "reference": "cdc6e23aeb7f4953c1039568c3439aab60c56454" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/ef6869adf1fdab66f7e495771a7ba01496ffc0d5", - "reference": "ef6869adf1fdab66f7e495771a7ba01496ffc0d5", + "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/cdc6e23aeb7f4953c1039568c3439aab60c56454", + "reference": "cdc6e23aeb7f4953c1039568c3439aab60c56454", "shasum": "" }, "require": { @@ -5867,7 +5867,7 @@ "twig" ], "support": { - "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.9.3" + "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.10.0" }, "funding": [ { @@ -5879,20 +5879,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:24:21+00:00" + "time": "2024-05-11T07:35:57+00:00" }, { "name": "twig/twig", - "version": "v3.9.3", + "version": "v3.10.2", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "a842d75fed59cdbcbd3a3ad7fb9eb768fc350d58" + "reference": "7aaed0b8311a557cc8c4047a71fd03153a00e755" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/a842d75fed59cdbcbd3a3ad7fb9eb768fc350d58", - "reference": "a842d75fed59cdbcbd3a3ad7fb9eb768fc350d58", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/7aaed0b8311a557cc8c4047a71fd03153a00e755", + "reference": "7aaed0b8311a557cc8c4047a71fd03153a00e755", "shasum": "" }, "require": { @@ -5946,7 +5946,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.9.3" + "source": "https://github.com/twigphp/Twig/tree/v3.10.2" }, "funding": [ { @@ -5958,7 +5958,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T11:59:33+00:00" + "time": "2024-05-14T06:04:16+00:00" }, { "name": "webmozart/assert", diff --git a/src/Services/Mastodon_api.php b/src/Services/Mastodon_api.php index dbebfcb..fcea41d 100644 --- a/src/Services/Mastodon_api.php +++ b/src/Services/Mastodon_api.php @@ -438,7 +438,6 @@ class Mastodon_api } $params['body'] = $parameters; $url = $this->mastodon_url . $url; - echo $url; return $this->get_content_remote($url, $params); } diff --git a/templates/fediplan/scheduled.html.twig b/templates/fediplan/scheduled.html.twig index 9b5eaec..04627ee 100644 --- a/templates/fediplan/scheduled.html.twig +++ b/templates/fediplan/scheduled.html.twig @@ -76,7 +76,6 @@ $('#loader').addClass("d-none"); }) } - });