Skip to content

Commit

Permalink
bug fixed to end a repeated warning message about user
Browse files Browse the repository at this point in the history
  • Loading branch information
nasirbest committed Jan 30, 2017
1 parent 66f514d commit 53750e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
SystemConfiguration::load();

/* Start with guest user */
User::$activeUser = new User(User::GUEST);
User::$activeUser = new User(User::GUEST);

0 comments on commit 53750e4

Please sign in to comment.