aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 12b6e04d..5bd9cac4 100644
--- a/index.php
+++ b/index.php
@@ -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)