mirror of
https://github.com/processwire/processwire.git
synced 2025-08-11 01:04:16 +02:00
Various minor updates
This commit is contained in:
@@ -1379,7 +1379,7 @@ class Page extends WireData implements \Countable, WireMatchable {
|
||||
if(!$fieldtype) return null;
|
||||
|
||||
if($selector && !Selectors::stringHasSelector($selector)) {
|
||||
// if selector argument provdied, but isn't valid, we assume it
|
||||
// if selector argument provided, but isn't valid, we assume it
|
||||
// to instead be an argument for the value's __invoke() method
|
||||
$invokeArgument = $selector;
|
||||
$selector = '';
|
||||
|
Reference in New Issue
Block a user