mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 16:01:29 +00:00
rpc/publ: typo
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
$id = db_escape_string($_GET["id"]);
|
$id = db_escape_string($_GET["id"]);
|
||||||
|
|
||||||
if ($pub == "1") {
|
if ($pub == "1") {
|
||||||
$mark = "true";
|
$pub = "true";
|
||||||
} else {
|
} else {
|
||||||
$pub = "false";
|
$pub = "false";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user