Skip to content

Commit

Permalink
whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Nov 28, 2013
1 parent 0857ade commit 08a1027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/eventum/class.template_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function processTemplate()
// create the list of projects
$usr_id = Auth::getUserID();
if ($usr_id != '') {
$prj_id = Auth::getCurrentProject();
$prj_id = Auth::getCurrentProject();
$setup = Setup::load();
if (!empty($prj_id)) {
$role_id = User::getRoleByUser($usr_id, $prj_id);
Expand Down

0 comments on commit 08a1027

Please sign in to comment.