Skip to content

Commit

Permalink
Fix minor code styling things
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay El-Kaake authored and Jay El-Kaake committed Sep 18, 2016
1 parent 24dbae8 commit 165d21a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ protected function _getValue(Varien_Object $row)
$dored = true;
$val .= '[!]';
}
if (strpos($val, 'placeholder/')) {
if (strpos($val, 'placeholder/') !== false) {
$dored = true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ protected function _sendUploadResponse($fileName, $content, $contentType = 'appl
$response->setHeader('Content-type', $contentType);
$response->setBody($content);
$response->sendResponse();
die;
}

///////////////////////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/TBT/Enhancedgrid/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<TBT_Enhancedgrid>
<version>1.3.4.3</version>
<version>1.3.4.4</version>
</TBT_Enhancedgrid>
</modules>
<admin>
Expand Down

0 comments on commit 165d21a

Please sign in to comment.