aboutsummaryrefslogtreecommitdiff
path: root/app/Models/EntryDAOPGSQL.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/EntryDAOPGSQL.php')
-rw-r--r--app/Models/EntryDAOPGSQL.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/Models/EntryDAOPGSQL.php b/app/Models/EntryDAOPGSQL.php
index 4c3c50056..06a32712a 100644
--- a/app/Models/EntryDAOPGSQL.php
+++ b/app/Models/EntryDAOPGSQL.php
@@ -29,14 +29,6 @@ class FreshRSS_EntryDAOPGSQL extends FreshRSS_EntryDAOSQLite {
}
}
}
- if ($errorInfo[0] === FreshRSS_DatabaseDAOPGSQL::UNDEFINED_TABLE) {
- if (stripos($errorInfo[2], 'tag') !== false) {
- $tagDAO = FreshRSS_Factory::createTagDao();
- return $tagDAO->createTagTable(); //v1.12.0
- } elseif (stripos($errorInfo[2], 'entrytmp') !== false) {
- return $this->createEntryTempTable(); //v1.7.0
- }
- }
}
return false;
}