Moved database driver constants to DatabaseDriver

This commit is contained in:
Matthew Barbour
2019-06-20 10:42:32 -05:00
committed by matthew
parent d128dfa78e
commit 1370afec72
19 changed files with 57 additions and 53 deletions

View File

@ -9,7 +9,7 @@
class RSS_Comments extends Extension
{
protected $db_support = [Database::MYSQL_DRIVER, Database::SQLITE_DRIVER]; // pgsql has no UNIX_TIMESTAMP
protected $db_support = [DatabaseDriver::MYSQL, DatabaseDriver::SQLITE]; // pgsql has no UNIX_TIMESTAMP
public function onPostListBuilding(PostListBuildingEvent $event)
{