1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 11:25:56 +00:00

rpc/publ: typo

This commit is contained in:
Andrew Dolgov
2007-08-09 16:23:24 +01:00
parent 5e1f0af73e
commit 0a8011eb75

View File

@@ -74,7 +74,7 @@
$id = db_escape_string($_GET["id"]);
if ($pub == "1") {
$mark = "true";
$pub = "true";
} else {
$pub = "false";
}