X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Fuser_add.php;fp=mobile%2Fuser_add.php;h=9d2b539e0d882dca4b8d19db815df2c5a06305cc;hb=1e00b2113ddaf084e87f640c063ff3283de5c7f8;hp=93411452832ce917e30969daf1999b9b64bd1f73;hpb=3293ee1f5f59dca3c19a9b9ac21dca90e572b8dd;p=timetracker.git 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);