Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Fix compatibility with 3.2.5. Closes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainjule committed Sep 28, 2019
1 parent 39b205e commit d3f4f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pagetable.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
$image = $item->panelImage($this->image, $thumb);
$baseOptions = [
'id' => $item->id(),
'dragText' => $item->dragText($this->dragTextType),
'dragText' => $item->dragText('auto', $this->dragTextType),
'text' => $item->toString($this->text),
'info' => $item->toString($this->info ?? false),
'parent' => $item->parentId(),
Expand Down

0 comments on commit d3f4f0b

Please sign in to comment.