Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
Qvitter
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
63
Issues
63
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
hannes
Qvitter
Commits
f13ab732
Commit
f13ab732
authored
Jul 10, 2017
by
mmn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Misplaced ending parenthesis
parent
035014b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
classes/NotificationStream.php
classes/NotificationStream.php
+1
-1
No files found.
classes/NotificationStream.php
View file @
f13ab732
...
...
@@ -114,7 +114,7 @@ class NotificationStream
$all
=
array_merge
(
$all
,
$notifications
);
if
(
count
(
$notifications
<
count
(
$ids
)
))
{
if
(
count
(
$notifications
)
<
count
(
$ids
))
{
$offset
+=
$limit
;
$limit
-=
count
(
$notifications
);
}
...
...
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