seems I actually forget to use the methods only parameter
This commit is contained in:
parent
708dc19122
commit
d5c73cd864
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ class SemanticScuttle_Service_User_SslClientCert extends SemanticScuttle_DbServi
|
|||
public function getUserCerts($uId)
|
||||
{
|
||||
$query = 'SELECT * FROM ' . $this->getTableName()
|
||||
. ' WHERE uId = ' . (int)$uId
|
||||
. ' ORDER BY sslSerial DESC';
|
||||
if (!($dbresult = $this->db->sql_query($query))) {
|
||||
message_die(
|
||||
|
|
Loading…
Reference in a new issue