Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbnielsen committed Jan 16, 2015
1 parent 70a66db commit 496683a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ContentBlocksModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function updateCMSFields(FieldList $fields) {
$SConfig->addComponent(new GridFieldDeleteAction());

// If the copy button module is installed, add copy as option
if (class_exists('GridFieldCopyButton')) { // Is this bugged still? copy action not allowed
if (class_exists('GridFieldCopyButton')) {
$SConfig->addComponent(new GridFieldCopyButton(), 'GridFieldDeleteAction');
}

Expand Down

0 comments on commit 496683a

Please sign in to comment.