Skip to content

Commit

Permalink
Update BackendHooks.php
Browse files Browse the repository at this point in the history
  • Loading branch information
leycommediasolutions authored Dec 9, 2019
1 parent 4f9f0bc commit b79c130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BackendHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function __construct()
public function myGetAttributesFromDca($arrAttributes, $objDca)
{
if (TL_MODE !== 'BE') {
return $content;
return $arrAttributes;
}
$type = \Input::GET("selectboxvalue");
if($arrAttributes["name"] == "type" && $type != ""){
Expand All @@ -23,4 +23,4 @@ public function myGetAttributesFromDca($arrAttributes, $objDca)
}
return $arrAttributes;
}
}
}

0 comments on commit b79c130

Please sign in to comment.