mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 08:44:46 +02:00
Fix issue processwire/processwire-issues#30 in PageComparison
This commit is contained in:
@@ -92,6 +92,7 @@ class PageComparison {
|
||||
$property = $selector->field;
|
||||
$subproperty = '';
|
||||
|
||||
if(is_array($property)) $property = reset($property);
|
||||
if(strpos($property, '.')) list($property, $subproperty) = explode('.', $property, 2);
|
||||
if(in_array($property, $ignores)) continue;
|
||||
|
||||
|
Reference in New Issue
Block a user