Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
3a827f20
Commit
3a827f20
authored
Feb 16, 2011
by
Igor Wiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update symfony vendor, fix response conversion
parent
e43f0912
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/Silex/Framework.php
src/Silex/Framework.php
+5
-1
src/vendor/symfony
src/vendor/symfony
+1
-1
No files found.
src/Silex/Framework.php
View file @
3a827f20
...
...
@@ -310,8 +310,12 @@ class Framework extends HttpKernel
*/
public
function
parseStringResponse
(
Event
$event
,
$response
)
{
if
(
$response
instanceof
Response
)
{
return
$response
;
}
else
{
return
new
Response
((
string
)
$response
);
}
}
/**
* Handler for core.view
...
...
symfony
@
a5bac4b5
Subproject commit a
72145bf5f72ca9568262425df0fa3942738af93
Subproject commit a
5bac4b5a3036d80d68c850a858ed08fad41a918
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment