Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
ea10bfc0
Commit
ea10bfc0
authored
Sep 18, 2012
by
mcramer
Browse files
Bugfix: app->tform is not defined on remoting api
parent
94d2cf4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/form/web_folder_user.tform.php
View file @
ea10bfc0
...
...
@@ -50,7 +50,7 @@ $form["auth_preset"]["perm_user"] = 'riud'; //r = read, i = insert, u = update,
$form
[
"auth_preset"
][
"perm_group"
]
=
'riud'
;
//r = read, i = insert, u = update, d = delete
$form
[
"auth_preset"
][
"perm_other"
]
=
''
;
//r = read, i = insert, u = update, d = delete
$auth_sql
=
$app
->
tform
->
getAuthSQL
(
'r'
,
'web_domain'
);
$auth_sql
=
(
isset
(
$app
->
tform
)
?
$app
->
tform
->
getAuthSQL
(
'r'
,
'web_domain'
)
:
'1'
)
;
$form
[
"tabs"
][
'user'
]
=
array
(
'title'
=>
"Folder"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment