]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/common.lib.php
Work in progress integrating IP audit info in reports.
[timetracker.git] / WEB-INF / lib / common.lib.php
index 3dce388f5193706cbca402054db09678fb2f694b..7086fe298243667a99991461e8236739ae136ddb 100644 (file)
@@ -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;
   }