X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fcommon.lib.php;h=7086fe298243667a99991461e8236739ae136ddb;hb=e59d57b1fcf105382028dcfc0157a6ca84b0dc46;hp=3dce388f5193706cbca402054db09678fb2f694b;hpb=ecf7d911c95935f8cfb2403f645cd12f93d8c3f5;p=timetracker.git diff --git a/WEB-INF/lib/common.lib.php b/WEB-INF/lib/common.lib.php index 3dce388f..7086fe29 100644 --- a/WEB-INF/lib/common.lib.php +++ b/WEB-INF/lib/common.lib.php @@ -341,6 +341,7 @@ function ttAccessAllowed($required_right) // Check if user has the right. if (in_array($required_right, $user->rights)) { + import('ttUserHelper'); ttUserHelper::updateLastAccess(); return true; }