diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-02-23 11:39:13 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-02-23 11:39:13 -0800 |
commit | a417028ccd3f38a0afd85bebb3bea8d6914bb88f (patch) | |
tree | 760296c6a39eb16ba7e2182cfce529bf0e3e559e /settings/routes.php | |
parent | 6aa0ecc9b82a5e0a8d1731e76529265ec3489270 (diff) | |
parent | bb75dfc021a68bcd9526ef40f78bca4910798345 (diff) | |
download | nextcloud-server-a417028ccd3f38a0afd85bebb3bea8d6914bb88f.tar.gz nextcloud-server-a417028ccd3f38a0afd85bebb3bea8d6914bb88f.zip |
Merge pull request #1862 from owncloud/whitespace-cleanup
Whitespace cleanup
Diffstat (limited to 'settings/routes.php')
-rw-r--r-- | settings/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/routes.php b/settings/routes.php index 26d933dba45..b20119b5803 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -39,7 +39,7 @@ $this->create('settings_ajax_removegroup', '/settings/ajax/removegroup.php') ->actionInclude('settings/ajax/removegroup.php'); $this->create('settings_ajax_changepassword', '/settings/ajax/changepassword.php') ->actionInclude('settings/ajax/changepassword.php'); -$this->create('settings_ajax_changedisplayname', '/settings/ajax/changedisplayname.php')
+$this->create('settings_ajax_changedisplayname', '/settings/ajax/changedisplayname.php') ->actionInclude('settings/ajax/changedisplayname.php'); // personel $this->create('settings_ajax_lostpassword', '/settings/ajax/lostpassword.php') |