mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-24 03:07:13 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -162,7 +162,7 @@ class Search extends CI_Controller {
|
||||
$this->db->update('queries', $data);
|
||||
}
|
||||
|
||||
function buildWhere(array $object, string $condition = null): void {
|
||||
function buildWhere(array $object, ?string $condition = null): void {
|
||||
/*
|
||||
* The $object is one of the following:
|
||||
* - a group, with 'condition' and 'rules' keys
|
||||
|
||||
Reference in New Issue
Block a user