Skip to content

Commit b236d1b

Browse files
authored
Merge pull request #7 from orwah/patch-1
Update submit.php
2 parents d900db3 + 2686ee0 commit b236d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

submit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858

5959
$title = $myts->addSlashes($_POST['title']);
60-
$url = $myts->addSlashes($url);
60+
$url = $myts->addSlashes($_POST['url']);
6161
$notify = !empty($_POST['notify']) ? 1 : 0;
6262
$cid = mylinksUtility::mylinks_cleanVars($_POST, 'cid', 0, 'int', array('min'=>0));
6363
$description = $myts->addSlashes($_POST['message']);

0 commit comments

Comments
 (0)