Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Mar 12, 2018
1 parent 1ff81c5 commit 2040b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/src/MVC/Controller/FormController.php
Expand Up @@ -694,7 +694,7 @@ public function save($key = null, $urlVar = null)
return false;
}

// Send an object which can be modified trough the plugin event
// Send an object which can be modified through the plugin event
$objData = (object) $data;
$app->triggerEvent(
'onContentNormaliseRequestData',
Expand Down
2 changes: 1 addition & 1 deletion plugins/system/fields/fields.php
Expand Up @@ -135,7 +135,7 @@ public function onContentAfterSave($context, $item, $isNew, $data = array())
$value = $field->rawvalue;
}

// If no value set (empty) remove value fom database
// If no value set (empty) remove value from database
if (empty($value))
{
$value = null;
Expand Down

0 comments on commit 2040b53

Please sign in to comment.