File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
website/app/GeoKrety/Controller/Pages Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,19 @@ public function get(\Base $f3) {
4848 Smarty::render ('pages/user_settings.tpl ' );
4949 }
5050
51- public function dialog_edit_get (\ Base $ f3 ) {
51+ public function dialog_edit_get () {
5252 Smarty::render ('extends:full_screen_modal.tpl|dialog/user_setting_edit.tpl ' );
5353 }
5454
55- public function dialog_edit_get_ajax (\ Base $ f3 ) {
55+ public function dialog_edit_get_ajax () {
5656 Smarty::render ('extends:base_modal.tpl|dialog/user_setting_edit.tpl ' );
5757 }
5858
59- public function dialog_reset_get (\ Base $ f3 ) {
59+ public function dialog_reset_get () {
6060 Smarty::render ('extends:full_screen_modal.tpl|dialog/user_setting_reset.tpl ' );
6161 }
6262
63- public function dialog_reset_get_ajax (\ Base $ f3 ) {
63+ public function dialog_reset_get_ajax () {
6464 Smarty::render ('extends:base_modal.tpl|dialog/user_setting_reset.tpl ' );
6565 }
6666
You can’t perform that action at this time.
0 commit comments