Skip to content

Commit

Permalink
Removed unnecessary param from getContentElement hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Apr 19, 2015
1 parent b527638 commit 4e1126e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MadeYourDay/Contao/Columns.php
Expand Up @@ -39,7 +39,7 @@ public function generatePageHook(\PageModel $page, \LayoutModel $layout, \PageRe
* @param string $content html content
* @return string modified $content
*/
public function getContentElementHook($row, $content, $element)
public function getContentElementHook($row, $content)
{
$parentKey = ($row->ptable ?: 'tl_article') . '__' . $row->pid;

Expand Down

0 comments on commit 4e1126e

Please sign in to comment.