diff options
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1569,7 +1569,7 @@ function renderPage() | |||
1569 | $link = array( | 1569 | $link = array( |
1570 | 'title' => trim($_POST['lf_title']), | 1570 | 'title' => trim($_POST['lf_title']), |
1571 | 'url' => $url, | 1571 | 'url' => $url, |
1572 | 'description' => trim($_POST['lf_description']), | 1572 | 'description' => $_POST['lf_description'], |
1573 | 'private' => (isset($_POST['lf_private']) ? 1 : 0), | 1573 | 'private' => (isset($_POST['lf_private']) ? 1 : 0), |
1574 | 'linkdate' => $linkdate, | 1574 | 'linkdate' => $linkdate, |
1575 | 'tags' => str_replace(',', ' ', $tags) | 1575 | 'tags' => str_replace(',', ' ', $tags) |