Administrator
/
test_3
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
f42169e7912248546c5c9c59f0cc7ddccd95a600
Authored by
Administrator
2016-01-22 11:38:09 +0200
1 parent
9fcd18ef
firs page
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
frontend/controllers/SiteController.php
Inline
Side-by-side
frontend/controllers/SiteController.php
Wrap text
Show/Hide comments
View file @
f42169e
...
...
@@ -93,6 +93,8 @@ class SiteController extends Controller
93
93
94
94
public function actionFormsModal()
95
95
{
96
+ return $this->renderAjax('forms-modal', [
97
+ ]);
96
98
97
99
}
98
100
...
...