From 306a8681c5a4699d2f9e0375922000c85501def3 Mon Sep 17 00:00:00 2001 From: kondou Date: Fri, 13 Sep 2013 17:03:13 +0200 Subject: [PATCH] Move ajax/changepassword to changepassword/controller to use autoloading --- .../{ajax/changepassword.php => changepassword/controller.php} | 0 settings/routes.php | 3 --- 2 files changed, 3 deletions(-) rename settings/{ajax/changepassword.php => changepassword/controller.php} (100%) diff --git a/settings/ajax/changepassword.php b/settings/changepassword/controller.php similarity index 100% rename from settings/ajax/changepassword.php rename to settings/changepassword/controller.php diff --git a/settings/routes.php b/settings/routes.php index 71de81aa6c4..6778a2ab828 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -6,9 +6,6 @@ * See the COPYING-README file. */ -// Necessary to include changepassword controller -OC::$CLASSPATH['OC\Settings\ChangePassword\Controller'] = 'settings/ajax/changepassword.php'; - // Settings pages $this->create('settings_help', '/settings/help') ->actionInclude('settings/help.php');