Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update tests #80

Merged
merged 13 commits into from
May 23, 2020
Merged

update tests #80

merged 13 commits into from
May 23, 2020

Conversation

vzuburlis
Copy link
Member

No description provided.

@@ -4,7 +4,7 @@ class Controller
{
static function admin()
{
if(Session::key('user_id')==0) {
if(Session::userId()==0) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could change the comparison to ===

@vzuburlis vzuburlis merged commit 3be1e5c into master May 23, 2020
@vzuburlis vzuburlis deleted the updateTests branch May 24, 2020 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants