From 7b55001eeeb326323d020dcfac2f864f8c3ad633 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 26 Apr 2017 15:29:22 +0300 Subject: fix various issues reported by static analysis update gitlab-ci config --- classes/pluginhost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/pluginhost.php') diff --git a/classes/pluginhost.php b/classes/pluginhost.php index 3c2d7931e..48ef43e0a 100644 --- a/classes/pluginhost.php +++ b/classes/pluginhost.php @@ -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."'"); -- cgit v1.2.3-54-g00ecf