Move ajax/changepassword to changepassword/controller to use autoloading

remotes/origin/stable6
kondou 12 years ago
parent 2ae3ab98d8
commit 306a8681c5
  1. 0
      settings/changepassword/controller.php
  2. 3
      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');

Loading…
Cancel
Save