From 1d1bc6ebe369c019b5da90cecdc0e0fcf8743105 Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Thu, 2 Jul 2015 17:04:30 +0200 Subject: [PATCH] [fix] error with autocomplet tag --- index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/index.php b/index.php index 88ea14eb..194d0e4d 100644 --- a/index.php +++ b/index.php @@ -1695,7 +1695,6 @@ function renderPage() $PAGE->assign('link_is_new',$link_is_new); $PAGE->assign('token',getToken()); // XSRF protection. $PAGE->assign('http_referer',(isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '')); - $PAGE->assign('source',(isset($_GET['source']) ? $_GET['source'] : '')); $PAGE->renderPage('editlink'); exit; }