ecampbell / moodle-atto_wordimport

Import Word file contents into Moodle Atto text box
2 stars 7 forks source link

Make use of __DIR__ #9

Closed mudrd8mz closed 9 years ago

mudrd8mz commented 9 years ago

require_once(dirname(basename(__FILE__))... performs two functions calls for no real benefit. It is recommended to use __DIR__.

ecampbell commented 9 years ago

Done