From 1e00b2113ddaf084e87f640c063ff3283de5c7f8 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sat, 21 Apr 2018 18:40:20 +0000 Subject: [PATCH] Cosmetic - fix in path, not relevant to core functionality. --- mobile/user_add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1