Skip to content

Commit

Permalink
Merge branch '3.x-ce'
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshadhin committed Jul 17, 2020
2 parents 83e7026 + 4bffadd commit 0431bd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Http/Controllers/Backend/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ public function authenticate(Request $request)
session(['user_role_id' => auth()->user()->role->role_id]);

$appSettings = AppHelper::getAppSettings(null, true);
$ac_year = isset($appSettings['academic_year']) ? intval($appSettings['academic_year']) : 0;
session(['default_academic_year' => $ac_year]);

$msgType = "success";
$msg = "Welcome to admin panel.";
Expand Down

0 comments on commit 0431bd0

Please sign in to comment.