Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
joomdonation committed Feb 26, 2021
1 parent 3615d42 commit debf2f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ public function save($data)
$data['title'] = $title;
$data['alias'] = $alias;
}
elseif($data['alias'] == $origTable->alias)
elseif ($data['alias'] == $origTable->alias)
{
$data['alias'] = '';
}
Expand Down

0 comments on commit debf2f2

Please sign in to comment.