Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lukas Gernert <jangernert@gmail.com>2020-05-08 19:34:42 +0300
committerGitHub <noreply@github.com>2020-05-08 19:34:42 +0300
commitf7e66d22ccafdee84401d1c1285bc938780ef5e9 (patch)
tree1ec00eb4c73e576e1c6fff3a6720995227215522
parenta70383c62e8603a5c4678a8c986ea3c587fda30a (diff)
parent4bde7137a9db043395e6623c190cb0d02dda1d2e (diff)
Merge pull request #984 from xcffl/xcffl-patch-1
Revert e1dda2a
-rw-r--r--data/tt-rss-feedreader-plugin/api_feedreader/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/tt-rss-feedreader-plugin/api_feedreader/init.php b/data/tt-rss-feedreader-plugin/api_feedreader/init.php
index c6e445a6..a07787e4 100644
--- a/data/tt-rss-feedreader-plugin/api_feedreader/init.php
+++ b/data/tt-rss-feedreader-plugin/api_feedreader/init.php
@@ -20,7 +20,7 @@ class Api_feedreader extends Plugin {
function init($host)
{
$this->host = $host;
- $this->dbh = $host->get_dbh();
+ $this->dbh = $host->get_pdo();
$this->host->add_api_method("addLabel", $this);
$this->host->add_api_method("removeLabel", $this);
$this->host->add_api_method("renameLabel", $this);