Skip to content

Commit

Permalink
[BUGFIX] Fetch pageTS from current page and not parent page (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
phathoang authored and pixelmatseriks committed May 11, 2017
1 parent 0cf7efb commit d1bda64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/UserFunction/IconFontSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ protected function getValidationDataAsJsonString(array $config)
protected function overridePAByPageTsConfig(&$PA)
{

$pageId = $PA['row']['pid'];
$pageId = $PA['row']['uid'];
$cType = $PA['row']['CType'][0];
$table = $PA['table'];
$field = $PA['field'];
Expand Down

0 comments on commit d1bda64

Please sign in to comment.