Skip to content

Commit

Permalink
Merge pull request #5205 from amazeika/staging
Browse files Browse the repository at this point in the history
Fixed typo introduced on PR #4308
  • Loading branch information
Thomas Hunziker committed Nov 25, 2014
2 parents 70eb1c7 + 0e42825 commit b0d18b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/legacy/model/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ public function save($data)
{
$dispatcher = JEventDispatcher::getInstance();
$table = $this->getTable();
$context = $this->option . '_' . $this->name;
$context = $this->option . '.' . $this->name;

if ((!empty($data['tags']) && $data['tags'][0] != ''))
{
Expand Down

0 comments on commit b0d18b3

Please sign in to comment.