Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TASK: Adjust to Fluid changes #172

Merged
merged 1 commit into from
Nov 29, 2023
Merged

TASK: Adjust to Fluid changes #172

merged 1 commit into from
Nov 29, 2023

Conversation

kitsunet
Copy link
Member

Avoid fatal error due to changes in fluid.

See TYPO3/Fluid#813

Avoid fatal error due to changes in fluid.

See TYPO3/Fluid#813
@kdambekalns kdambekalns changed the title TASK: Adjust to fluid changes TASK: Adjust to Fluid changes Nov 29, 2023
@@ -200,11 +200,6 @@ public function renderRenderable(RootRenderableInterface $renderable)
return $output;
}

public function renderPartial($partialName, $sectionName, array $variables, $ignoreUnknown = false)
{
return parent::renderPartial($partialName, $sectionName, $variables, $ignoreUnknown); // TODO: Change the autogenerated stub
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// TODO: Change the autogenerated stub

🤣

@kitsunet kitsunet merged commit ee78ec4 into master Nov 29, 2023
7 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants