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

Move init template #19144

Closed
wants to merge 6 commits into from
Closed

Move init template #19144

wants to merge 6 commits into from

Conversation

individual-it
Copy link
Member

moving initTemplateEngine() into the constructor of the template itself as proposed by @icewind1991
#19114 (comment)

@@ -668,14 +610,16 @@ public static function init() {
OC_User::setupBackends();
}

if (\OC::$server->getService() !== 'webdav') {
Copy link
Contributor

Choose a reason for hiding this comment

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

Better to leave these changes for a seperate PR and keep this PR for just the initTemplateEngine stuff

Copy link
Member

Choose a reason for hiding this comment

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

yes - just because this check is kind of fragile - basically anything which is handled via remote.php can be treated as non template related execution

@DeepDiver1975 DeepDiver1975 added this to the 8.2-current milestone Sep 18, 2015
@individual-it
Copy link
Member Author

reduced to moving of initTemplateEngine()

@individual-it
Copy link
Member Author

closing in favor of #19293

@lock lock bot locked as resolved and limited conversation to collaborators Aug 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants