diff options
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1588,7 +1588,7 @@ function renderPage() | |||
1588 | $link = array( | 1588 | $link = array( |
1589 | 'title' => trim($_POST['lf_title']), | 1589 | 'title' => trim($_POST['lf_title']), |
1590 | 'url' => $url, | 1590 | 'url' => $url, |
1591 | 'description' => trim($_POST['lf_description']), | 1591 | 'description' => $_POST['lf_description'], |
1592 | 'private' => (isset($_POST['lf_private']) ? 1 : 0), | 1592 | 'private' => (isset($_POST['lf_private']) ? 1 : 0), |
1593 | 'linkdate' => $linkdate, | 1593 | 'linkdate' => $linkdate, |
1594 | 'tags' => str_replace(',', ' ', $tags) | 1594 | 'tags' => str_replace(',', ' ', $tags) |