diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-05 02:13:10 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-05 02:13:10 -0500 |
| commit | 47822c47ebd619938eb31858d013aaf4c51f1c98 (patch) | |
| tree | 07ce53405bf86274f405e719e8a5f3281e76d952 /templates | |
| parent | b00842ac386a382c61a8f7b6314fdd60aaf447d0 (diff) | |
| download | users-47822c47ebd619938eb31858d013aaf4c51f1c98.tar.gz users-47822c47ebd619938eb31858d013aaf4c51f1c98.tar.bz2 users-47822c47ebd619938eb31858d013aaf4c51f1c98.zip | |
fix INCLUDE and CLASS paths
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_assign_role_user.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_assign_role_user.tpl b/templates/admin_assign_role_user.tpl index cf74848..874c46f 100644 --- a/templates/admin_assign_role_user.tpl +++ b/templates/admin_assign_role_user.tpl @@ -35,7 +35,7 @@ </div> {if $gBitSystem->isPackageActive('quota')} - {include_php file="`$smarty.const.QUOTA_PKG_PATH`quota_inc.php"} + {include_php file="`$smarty.const.QUOTA_PKG_INCLUDE_PATH`quota_inc.php"} <div class="form-group"> {formlabel label="Quota"} {forminput} |
