Skip to content

Commit

Permalink
issue 55 : Fix a bug for missing uploaded files.
Browse files Browse the repository at this point in the history
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8527 201d5d3c-b55e-5fd7-737f-ddc643e51545
  • Loading branch information
taggon committed Jun 21, 2011
1 parent b215fb8 commit 64430a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions classes/context/Context.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ function init() {
);
}
session_start();
if($sess=$_POST[session_name()]) session_id($sess);

debugPrint($sess);
debugPrint(session_id());

// set authentication information in Context and session
if(Context::isInstalled()) {
Expand Down

0 comments on commit 64430a7

Please sign in to comment.