mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 09:14:32 +02:00
Fix errors in Database namespace
This commit is contained in:
parent
496f0755b1
commit
1fe730f514
11 changed files with 34 additions and 46 deletions
|
@ -79,9 +79,9 @@ class ThreadUser
|
|||
* @return boolean was the delete successful?
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function delete(array $conditions, array $options = [])
|
||||
public static function delete(array $conditions)
|
||||
{
|
||||
return DBA::delete('post-thread-user', $conditions, $options);
|
||||
return DBA::delete('post-thread-user', $conditions);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue