Skip to content

Commit

Permalink
fixing typo (email was not working)
Browse files Browse the repository at this point in the history
  • Loading branch information
trob committed Jan 21, 2014
1 parent 9ea53f3 commit f490ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/fabrik_list/update_col/update_col.php
Expand Up @@ -320,7 +320,7 @@ private function emailWhich()
$params = $this->getParams();
$emailColID = $params->get('update_email_element', '');

if (!empty($emailColId))
if (!empty($emailColID))
{
$elementModel = $this->getEmailElement();
$emailElement = $elementModel->getElement(true);
Expand Down

0 comments on commit f490ace

Please sign in to comment.