Skip to content

Commit

Permalink
Add autoload for contao
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanheimes committed Mar 18, 2016
1 parent add57f9 commit a5f2516
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions system/modules/x-editors/config/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

/**
* Contao Open Source CMS
*
* @copyright MEN AT WORK 2014
* @package extendedEditors
* @license GNU/LGPL
* @filesource
*/

/**
* Register the classes
*/
ClassLoader::addClasses(array
(
'mawExtendedInsertTags' => 'system/modules/x-editors/mawExtendedInsertTags.php'
));

0 comments on commit a5f2516

Please sign in to comment.