X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/45c855269d952873285f7a835e82fc2b3eff3971..2352b1096ea3b8301f06d3e5b072022ae08a2f73:/mobile/user_add.php diff --git a/mobile/user_add.php b/mobile/user_add.php index 93411452..9d2b539e 100644 --- a/mobile/user_add.php +++ b/mobile/user_add.php @@ -42,7 +42,7 @@ if (!ttAccessAllowed('manage_users')) { // Use the "limit" plugin if we have one. Ignore include errors. // The "limit" plugin is not required for normal operation of the Time Tracker. -@include('plugins/limit/user_add.php'); +@include('../plugins/limit/user_add.php'); if ($user->isPluginEnabled('cl')) $clients = ttTeamHelper::getActiveClients($user->group_id);