Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Here are the aliases for the orm and mongodb odm #14

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

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
[FrameworkBundle] fixed comment
  • Loading branch information
fabpot committed Oct 4, 2010
commit c2f856f074352cbcc6534a137c5d4bb754f1a8f3
2 changes: 1 addition & 1 deletion 2 src/Symfony/Bundle/FrameworkBundle/Templating/Engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ protected function escapeParameters(array $parameters)
}

// parses template names following the following pattern:
// bundle:section:template(.format)(.renderer)
// bundle:section:template(.format).renderer
public function splitTemplateName($name, array $defaults = array())
{
$parts = explode(':', $name);
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.