Skip to content

Commit

Permalink
Minor Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kimleta committed May 9, 2023
1 parent a46f923 commit 9e3ce5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea/
vendor/
sftp-config.json
.vscode/ftp-sync.json
2 changes: 1 addition & 1 deletion src/Hooks/ContentElementsAutowrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function getContentElement($objRow, $strBuffer, $objElement)

if (in_array($objAliasElement->type, $this->arrElementTypesToAutoWrap)) {

$blnWrapperStart = $this->wrapperStart($objElement);
$blnWrapperStart = $this->wrapperStart($objAliasElement);

if ($blnWrapperStart) {
$strBuffer = sprintf($this->wrapperStart, $objAliasElement->type) . $strBuffer;
Expand Down

0 comments on commit 9e3ce5c

Please sign in to comment.