Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
76993838
authored
2017-01-13 10:40:10 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Revert "ee"
This reverts commit
91857ebc
. # Conflicts: # signinView.php
1 parent
55bdbc26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
signin.php
signin.php
View file @
7699383
...
...
@@ -19,7 +19,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
session_start
();
/*
* Note (Gerwin Sturm):
* Include path is still necessary despite autoloading because of the require_once in the libary
...
...
@@ -137,7 +137,7 @@ $app->get('/activities', function () use ($app, $client, $plus) {
$client
->
setAccessToken
(
$token
);
$activities
=
$plus
->
activities
->
listActivities
(
'me'
,
'public'
,
array
());
$_SESSION
[
'token'
]
=
$token
;
/*
* Note (Gerwin Sturm):
* $app->json($activities) ignores the $activities->items not returning this array
...
...
Please
register
or
sign in
to post a comment