mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 19:17:45 +02:00
build: update js and php dependencies to latest
This commit is contained in:
parent
23a47efefd
commit
a00e45ea4c
46 changed files with 1128 additions and 1015 deletions
|
|
@ -26,7 +26,7 @@ class PersonController extends BaseController
|
|||
}
|
||||
|
||||
if (
|
||||
($this->person = (new PersonModel())->getPersonById((int) $params[0])) !== null
|
||||
($this->person = (new PersonModel())->getPersonById((int) $params[0])) instanceof Person
|
||||
) {
|
||||
return $this->{$method}();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue