projects
/
racktables
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e269b
)
r1450 + fixed missing $root ref
author
Denis Ovsienko
<infrastation@yandex.ru>
Fri, 28 Dec 2007 16:37:27 +0000
(16:37 +0000)
committer
Denis Ovsienko
<infrastation@yandex.ru>
Fri, 28 Dec 2007 16:37:27 +0000
(16:37 +0000)
inc/interface.php
patch
|
blob
|
blame
|
history
diff --git
a/inc/interface.php
b/inc/interface.php
index a7ea7b62c70bfe08b389052f3428d08c26c2cdf2..1ee53fc2d49b716f4f4cd9107f999b9273b73448 100644
(file)
--- a/
inc/interface.php
+++ b/
inc/interface.php
@@
-3581,6
+3581,7
@@
function renderLVSConfig ($object_id = 0)
function renderVirtualService ($vsid = 0)
{
+ global $root;
if ($vsid <= 0)
{
showError ('Invalid vsid', __FUNCTION__);