mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
fix various issues reported by static analysis
update gitlab-ci config
This commit is contained in:
@@ -288,7 +288,7 @@ class PluginHost {
|
||||
}
|
||||
}
|
||||
|
||||
function load_data($force = false) {
|
||||
function load_data() {
|
||||
if ($this->owner_uid) {
|
||||
$result = $this->dbh->query("SELECT name, content FROM ttrss_plugin_storage
|
||||
WHERE owner_uid = '".$this->owner_uid."'");
|
||||
|
||||
Reference in New Issue
Block a user