Skip to content

Commit

Permalink
Merge pull request concretecms#4498 from olsgreen/fix-custom-style-se…
Browse files Browse the repository at this point in the history
…t-theme-id-57

[5.7] Corrected page custom style property / variable name.
  • Loading branch information
aembler committed Oct 17, 2016
2 parents b4beb96 + df95ccd commit 708ed9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/concrete/src/Page/CustomStyle.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ class CustomStyle
protected $presetHandle;
protected $sccRecordID;

public function setThemeID($ptThemeID)
public function setThemeID($pThemeID)
{
$this->ptThemeID = $ptThemeID;
$this->pThemeID = $pThemeID;
}

public function setValueListID($valueListID)
Expand Down

0 comments on commit 708ed9f

Please sign in to comment.