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:
authorxcffl <2216902+xcffl@users.noreply.github.com>2020-03-24 20:19:00 +0300
committerGitHub <noreply@github.com>2020-03-24 20:19:00 +0300
commit4bde7137a9db043395e6623c190cb0d02dda1d2e (patch)
tree1ec00eb4c73e576e1c6fff3a6720995227215522
parenta70383c62e8603a5c4678a8c986ea3c587fda30a (diff)
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);