Skip to content

Commit

Permalink
Remove clone_blog action from website
Browse files Browse the repository at this point in the history
  • Loading branch information
charsbar committed Jun 19, 2024
1 parent 1dfbce9 commit deff687
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/MT/App/CMS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1354,14 +1354,6 @@ sub core_list_actions {
$count > 1 ? 1 : 0;
}
},
clone_blog => {
label => "Clone Child Site",
order => 150,
code => "${pkg}Blog::clone",
permit_action => 'clone_blog',
max => 1,
dialog => 1,
},
},
'template' => {
refresh_tmpl_templates => {
Expand Down

0 comments on commit deff687

Please sign in to comment.