Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

A couple crucial issues with the requests#7

Open
zeelot wants to merge 2 commits intokerkness:masterfrom
synapsestudios:master
Open

A couple crucial issues with the requests#7
zeelot wants to merge 2 commits intokerkness:masterfrom
synapsestudios:master

Conversation

@zeelot
Copy link
Copy Markdown

@zeelot zeelot commented Nov 17, 2010

  1. The bootstrap was loading modules before log and config classes were attached, this caused fatal errors in some of my modules that had init.php files. I've switched the order of these in the default bootstrap.
  2. You were assuming the Kohana request would always return a string. I've made sure the response is valid as long as it implements a __toString() method like View and Kostache both do.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant