mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-08 14:10:59 +02:00
rpc/publ: typo
This commit is contained in:
parent
5e1f0af73e
commit
0a8011eb75
@ -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";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user