aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3a63319c..b44cd555 100644
--- a/index.php
+++ b/index.php
@@ -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)