diff options
Diffstat (limited to 'inc/load.php')
-rw-r--r-- | inc/load.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/load.php b/inc/load.php index f3ab5bcdd..0572b5760 100644 --- a/inc/load.php +++ b/inc/load.php @@ -76,8 +76,9 @@ function load_autoload($name){ 'SafeFN' => DOKU_INC.'inc/SafeFN.class.php', 'Sitemapper' => DOKU_INC.'inc/Sitemapper.php', 'PassHash' => DOKU_INC.'inc/PassHash.class.php', + 'Mailer' => DOKU_INC.'inc/Mailer.class.php', 'RemoteAPI' => DOKU_INC.'inc/remote.php', - 'RemoteAPICore' => DOKU_INC.'inc/RemoteAPICore.php', + 'RemoteAPICore' => DOKU_INC.'inc/RemoteAPICore.php', 'DokuWiki_Action_Plugin' => DOKU_PLUGIN.'action.php', 'DokuWiki_Admin_Plugin' => DOKU_PLUGIN.'admin.php', |