Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Cygnus
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
32
Issues
32
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cygnus
Cygnus
Commits
e2597b8b
Commit
e2597b8b
authored
Jan 09, 2018
by
~rs
Committed by
Luke081515
Mar 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
returning an array
parent
46009983
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Debug.php
Debug.php
+1
-1
No files found.
Debug.php
View file @
e2597b8b
...
@@ -536,7 +536,7 @@ class Debug extends Core {
...
@@ -536,7 +536,7 @@ class Debug extends Core {
try
{
try
{
$ret
=
$this
->
search
(
$Param
[
0
],
$Param
[
1
],
$Param
[
2
],
$Param
[
3
],
$Param
[
4
],
$Param
[
5
]);
$ret
=
$this
->
search
(
$Param
[
0
],
$Param
[
1
],
$Param
[
2
],
$Param
[
3
],
$Param
[
4
],
$Param
[
5
]);
$endtime
=
microtime
(
true
);
$endtime
=
microtime
(
true
);
$this
->
processFunction
(
$ret
,
$starttime
,
$endtime
);
$this
->
processFunction
(
$ret
,
$starttime
,
$endtime
,
true
);
}
catch
(
Exception
$e
)
{
}
catch
(
Exception
$e
)
{
$endtime
=
microtime
(
true
);
$endtime
=
microtime
(
true
);
$this
->
processError
(
$e
,
$starttime
,
$endtime
);
$this
->
processError
(
$e
,
$starttime
,
$endtime
);
...
...
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