mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 11:22:17 -05:00
[change] getConfigUser is now a public function
This commit is contained in:
parent
39cc09dfc3
commit
5846b0f1b3
@ -74,7 +74,7 @@ class Database {
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getConfigUser($id) {
|
public function getConfigUser($id) {
|
||||||
$sql = "SELECT * FROM users_config WHERE user_id = ?";
|
$sql = "SELECT * FROM users_config WHERE user_id = ?";
|
||||||
$query = $this->executeQuery($sql, array($id));
|
$query = $this->executeQuery($sql, array($id));
|
||||||
$result = $query->fetchAll();
|
$result = $query->fetchAll();
|
||||||
|
Loading…
Reference in New Issue
Block a user