File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
view/frontend/templates/html Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ public function render(\Magento\Framework\Data\Form\Element\AbstractElement $ele
238238 if (!$ value && isset ($ _extension ['key ' ]) && $ _extension ['key ' ]){
239239 $ value = $ _extension ['key ' ];
240240 }
241- $ value = trim ($ value );
241+ $ value = @ trim ($ value );
242242 $ baseUrl = $ this ->_storeManager ->getStore ()->getBaseUrl (
243243 \Magento \Framework \UrlInterface::URL_TYPE_WEB
244244 );
Original file line number Diff line number Diff line change 22$ data = $ this ->helper ("Lof\All\Helper\Data " );
33$ customCss = $ data ->getConfig ('custom_css ' );
44if ($ customCss ) {
5- $ customCss = strip_tags ($ customCss );
6- $ customCss = trim ($ customCss );
5+ $ customCss = @ strip_tags ($ customCss );
6+ $ customCss = @ trim ($ customCss );
77}
88?>
99<?php if ($ customCss ) : ?>
You can’t perform that action at this time.
0 commit comments