From: Florent Bruneau Date: Thu, 9 Dec 2010 21:54:16 +0000 (+0100) Subject: Remove debugging stuff. X-Git-Tag: core/1.1.2~18^2~4 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=402d6efefcad46c1460b635cad887928f06abe42;p=platal.git Remove debugging stuff. Signed-off-by: Florent Bruneau --- diff --git a/include/platal.inc.php b/include/platal.inc.php index b9e42fd..069a661 100644 --- a/include/platal.inc.php +++ b/include/platal.inc.php @@ -155,9 +155,6 @@ function pl_url($path, $query = null, $fragment = null) { global $platal; - if (Env::has('__embedded')) { - $path = 'embedded/' . Env::s('__embedded') . '/' . $path; - } $base = $platal->ns . $path . ($query ? '?'.$query : ''); return $fragment ? $base.'#'.$fragment : $base; }