Move ajax/changepassword to changepassword/controller to use autoloading
This commit is contained in:
parent
2ae3ab98d8
commit
306a8681c5
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue