Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
2015-12-07 20:35:23 +0800
Commit
18698dfb7a4669a77bc7b04b76fa3297bcd9ffda
1 parent
c6e3ef03
fixes bug to partner login
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
library/Action/AbstractAction.php
library/Action/AbstractAction.php
View file @
18698df
@@ -317,6 +317,7 @@ class AbstractAction extends Controller_Abstract
@@ -317,6 +317,7 @@ class AbstractAction extends Controller_Abstract
317
}
317
}
318
}
318
}
319
}
319
}
320
+
var_dump
(
$useSession
,
'+++'
,
$this
->
_uid
);
320
return
$this
->
_uid
;
321
return
$this
->
_uid
;
321
}
322
}
322
323
Please
register
or
login
to post a comment