Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
Form-UT
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
simde
Form-UT
Commits
84b06fc5
Commit
84b06fc5
authored
Aug 17, 2017
by
Florent Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug correction in Administrate controller
parent
c82f8d29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
application/controllers/Administrate.php
application/controllers/Administrate.php
+1
-1
No files found.
application/controllers/Administrate.php
View file @
84b06fc5
...
@@ -129,7 +129,7 @@ class Administrate extends My_Controller_with_login
...
@@ -129,7 +129,7 @@ class Administrate extends My_Controller_with_login
$title
=
$form
->
title
;
$title
=
$form
->
title
;
$formId
=
$form
->
formid
;
$formId
=
$form
->
formid
;
$url
=
base_url
(
"Administrate/showResults/
$formId
"
);
$url
=
base_url
(
"Administrate/showResults/
$formId
"
);
$othersOutput
.=
'<li> <a href="'
$url
'">'
.
$form
->
title
.
"</a></li>"
;
$othersOutput
.=
'<li> <a href="'
.
$url
.
'">'
.
$form
->
title
.
"</a></li>"
;
}
}
$othersOutput
.=
'</ul>'
;
$othersOutput
.=
'</ul>'
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment