libraries/joomla/database/query.php in string 1445
public function orWhere($conditions, $glue = 'AND')
{
return $this->extendWhere('OR', $conditions, $F);
}
$F = undefined and wrong. Must be $glue.
Joomla version 3.8.2
Priority | Urgent | ⇒ | Medium |
Status | New | ⇒ | Discussion |
Weird. Where do you think I came from? Looked at the distributions in them no error. Sorry to bother you.
@Arkadiy-Sedelnikov is this Issue to discuss on? If not, can you please close it?
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-11-26 10:03:10 |
Closed_By | ⇒ | Arkadiy-Sedelnikov |
there is no problem in the core see
joomla-cms/libraries/joomla/database/query.php
Lines 1445 to 1448 in d81696c