]> wagnertech.de Git - timetracker.git/commitdiff
Cosmetic - fix in path, not relevant to core functionality.
authorNik Okuntseff <support@anuko.com>
Sat, 21 Apr 2018 18:40:20 +0000 (18:40 +0000)
committerNik Okuntseff <support@anuko.com>
Sat, 21 Apr 2018 18:40:20 +0000 (18:40 +0000)
mobile/user_add.php

index 93411452832ce917e30969daf1999b9b64bd1f73..9d2b539e0d882dca4b8d19db815df2c5a06305cc 100644 (file)
@@ -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.
 
 // 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);
 
 if ($user->isPluginEnabled('cl'))
   $clients = ttTeamHelper::getActiveClients($user->group_id);