Move ajax/changepassword to changepassword/controller to use autoloading

This commit is contained in:
kondou 2013-09-13 17:03:13 +02:00
parent 2ae3ab98d8
commit 306a8681c5
2 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@
* See the COPYING-README file. * See the COPYING-README file.
*/ */
// Necessary to include changepassword controller
OC::$CLASSPATH['OC\Settings\ChangePassword\Controller'] = 'settings/ajax/changepassword.php';
// Settings pages // Settings pages
$this->create('settings_help', '/settings/help') $this->create('settings_help', '/settings/help')
->actionInclude('settings/help.php'); ->actionInclude('settings/help.php');