Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
5384ed02
Commit
5384ed02
authored
Sep 09, 2010
by
tbrehm
Browse files
Fixed a problem with client templates in the remoting functions.
parent
ccc7e75d
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/remoting.inc.php
View file @
5384ed02
...
...
@@ -1925,7 +1925,7 @@ class remoting {
$app
->
remoting_lib
->
loadUserProfile
(
$reseller_id
);
//* load the client template
if
(
isset
(
$params
[
'template_master'
])
and
$params
[
'template_master'
])
if
(
isset
(
$params
[
'template_master'
])
and
$params
[
'template_master'
]
>
0
)
{
$template
=
$app
->
db
->
queryOneRecord
(
"SELECT * FROM client_template WHERE template_id="
.
intval
(
$params
[
'template_master'
]));
$params
=
array_merge
(
$params
,
$template
);
...
...
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