[fix] error with autocomplet tag
This commit is contained in:
parent
799c92d786
commit
1d1bc6ebe3
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue