mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 20:32:14 +09:00
issue 55 : Fix a bug for missing uploaded files.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8527 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b215fb8e85
commit
64430a7cc8
1 changed files with 4 additions and 0 deletions
|
|
@ -133,6 +133,10 @@ class Context {
|
|||
);
|
||||
}
|
||||
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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue