mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fixing $this -> self.
This commit is contained in:
parent
7388d900b4
commit
47cdaedc94
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ class App {
|
|||
if (empty(self::$search)) {
|
||||
return null;
|
||||
} elseif (is_string(self::$search)) {
|
||||
$this->search = array(self::$search);
|
||||
self::$search = array(self::$search);
|
||||
}
|
||||
|
||||
if (empty(self::$__paths)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue