Skip to content

Commit

Permalink
Merge pull request composer#306 from micaherne/revert-201-patch-2
Browse files Browse the repository at this point in the history
Revert "Support "atto" editor plugins introduced in Moodle 2.7+"
  • Loading branch information
niksamokhvalov committed Jul 5, 2016
2 parents 3c90d49 + 436b6f2 commit a3595c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Composer/Installers/MoodleInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class MoodleInstaller extends BaseInstaller
'webservice' => 'webservice/{$name}/',
'workshopallocation' => 'mod/workshop/allocation/{$name}/',
'workshopeval' => 'mod/workshop/eval/{$name}/',
'workshopform' => 'mod/workshop/form/{$name}/',
'editor_atto_plugin' => 'lib/editor/atto/plugins/{$name}/'
'workshopform' => 'mod/workshop/form/{$name}/'
);
}

0 comments on commit a3595c5

Please sign in to comment.