mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 11:55:57 +00:00
fix blank character after opening bracket in function calls
This commit is contained in:
@@ -19,7 +19,7 @@ class Example extends Plugin {
|
||||
}
|
||||
|
||||
function save() {
|
||||
$example_value = db_escape_string( $_POST["example_value"]);
|
||||
$example_value = db_escape_string($_POST["example_value"]);
|
||||
|
||||
$this->host->set($this, "example", $example_value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user