diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-02-14 23:29:51 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-02-21 23:47:56 +0100 |
commit | 83f161d3f964a48f6dbe92e69233575b1984c547 (patch) | |
tree | d648e6aa95d256c9581be264905f3c5755927412 /settings/routes.php | |
parent | 1a747b3e480a2b44969b1306a5d354e721781c81 (diff) | |
download | nextcloud-server-83f161d3f964a48f6dbe92e69233575b1984c547.tar.gz nextcloud-server-83f161d3f964a48f6dbe92e69233575b1984c547.zip |
Style cleanup settings
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 0a8af0dde2b..26d933dba45 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -40,7 +40,7 @@ $this->create('settings_ajax_removegroup', '/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')
-->actionInclude('settings/ajax/changedisplayname.php'); + ->actionInclude('settings/ajax/changedisplayname.php'); // personel $this->create('settings_ajax_lostpassword', '/settings/ajax/lostpassword.php') ->actionInclude('settings/ajax/lostpassword.php'); |