diff options
author | kondou <kondou@ts.unde.re> | 2013-09-13 17:03:13 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-09-13 17:03:13 +0200 |
commit | 306a8681c5a4699d2f9e0375922000c85501def3 (patch) | |
tree | b97b7a6dd235b3e826b37ca150ccb256743840b7 /settings | |
parent | 2ae3ab98d847cbf795ee038b468376d53b069e0a (diff) | |
download | nextcloud-server-306a8681c5a4699d2f9e0375922000c85501def3.tar.gz nextcloud-server-306a8681c5a4699d2f9e0375922000c85501def3.zip |
Move ajax/changepassword to changepassword/controller to use autoloading
Diffstat (limited to 'settings')
-rw-r--r-- | settings/changepassword/controller.php (renamed from settings/ajax/changepassword.php) | 0 | ||||
-rw-r--r-- | settings/routes.php | 3 |
2 files changed, 0 insertions, 3 deletions
diff --git a/settings/ajax/changepassword.php b/settings/changepassword/controller.php index 53bd69a2cd0..53bd69a2cd0 100644 --- a/settings/ajax/changepassword.php +++ b/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'); |