From 04002fa130a79c9f2b4c052a3b8432b3ff0ee5da Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sat, 22 Jul 2006 21:33:29 +0000 Subject: [PATCH] fix plugins (trombi especially) git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@573 839d8a87-29fc-0310-9880-83ba4fa771e5 --- include/xorg.plugin.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/xorg.plugin.inc.php b/include/xorg.plugin.inc.php index 21343d7..3723ee4 100644 --- a/include/xorg.plugin.inc.php +++ b/include/xorg.plugin.inc.php @@ -101,7 +101,8 @@ class XOrgPlugin } } - return '?' . join('&', $get); + global $platal; + return $platal->path . '?' . join('&', $get); } // }}} -- 2.1.4