fix plugins (trombi especially)
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 22 Jul 2006 21:33:29 +0000 (21:33 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 22 Jul 2006 21:33:29 +0000 (21:33 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@573 839d8a87-29fc-0310-9880-83ba4fa771e5

include/xorg.plugin.inc.php

index 21343d7..3723ee4 100644 (file)
@@ -101,7 +101,8 @@ class XOrgPlugin
            }
        }
 
-       return '?' . join('&amp;', $get);
+        global $platal;
+       return $platal->path . '?' . join('&amp;', $get);
     }
 
     // }}}