projects
/
timetracker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3293ee1
)
Cosmetic - fix in path, not relevant to core functionality.
author
Nik Okuntseff
<support@anuko.com>
Sat, 21 Apr 2018 18:40:20 +0000
(18:40 +0000)
committer
Nik Okuntseff
<support@anuko.com>
Sat, 21 Apr 2018 18:40:20 +0000
(18:40 +0000)
mobile/user_add.php
patch
|
blob
|
history
diff --git
a/mobile/user_add.php
b/mobile/user_add.php
index
9341145
..
9d2b539
100644
(file)
--- 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);