diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-03 01:42:21 -0800 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-03 01:42:21 -0800 |
commit | b8bb2b4ab647747806492b439698ccd834ac18da (patch) | |
tree | 78b133d6c397cf44d711f15a8f1785cd76c9d6ea /inc/poche/Database.class.php | |
parent | 678f2cb6eef428e4a5aa522985d30704df3acc78 (diff) | |
parent | 72c20a52978f31b84ffc817894f9f85f4a8506ee (diff) | |
download | wallabag-b8bb2b4ab647747806492b439698ccd834ac18da.tar.gz wallabag-b8bb2b4ab647747806492b439698ccd834ac18da.tar.zst wallabag-b8bb2b4ab647747806492b439698ccd834ac18da.zip |
Merge pull request #350 from inthepoche/rss
add atom feeds for unread / favs
Diffstat (limited to 'inc/poche/Database.class.php')
-rw-r--r-- | inc/poche/Database.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Database.class.php b/inc/poche/Database.class.php index bf67de2a..c233eda1 100644 --- a/inc/poche/Database.class.php +++ b/inc/poche/Database.class.php | |||
@@ -74,7 +74,7 @@ class Database { | |||
74 | return TRUE; | 74 | return TRUE; |
75 | } | 75 | } |
76 | 76 | ||
77 | private function getConfigUser($id) { | 77 | public function getConfigUser($id) { |
78 | $sql = "SELECT * FROM users_config WHERE user_id = ?"; | 78 | $sql = "SELECT * FROM users_config WHERE user_id = ?"; |
79 | $query = $this->executeQuery($sql, array($id)); | 79 | $query = $this->executeQuery($sql, array($id)); |
80 | $result = $query->fetchAll(); | 80 | $result = $query->fetchAll(); |