Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
d7a9d22a
Commit
d7a9d22a
authored
Mar 29, 2017
by
Mario
Browse files
namespace error
parent
ecfbb103
Changes
1
Hide whitespace changes
Inline
Side-by-side
Zotlabs/Widget/Conversations.php
View file @
d7a9d22a
...
@@ -33,7 +33,7 @@ class Conversations {
...
@@ -33,7 +33,7 @@ class Conversations {
require_once
(
'include/message.php'
);
require_once
(
'include/message.php'
);
// private_messages_list() can do other more complicated stuff, for now keep it simple
// private_messages_list() can do other more complicated stuff, for now keep it simple
$r
=
private_messages_list
(
local_channel
(),
$mailbox
,
\
App
::
$pager
[
'start'
],
App
::
$pager
[
'itemspage'
]);
$r
=
private_messages_list
(
local_channel
(),
$mailbox
,
\
App
::
$pager
[
'start'
],
\
App
::
$pager
[
'itemspage'
]);
if
(
!
$r
)
{
if
(
!
$r
)
{
info
(
t
(
'No messages.'
)
.
EOL
);
info
(
t
(
'No messages.'
)
.
EOL
);
...
...
Write
Preview
Supports
Markdown
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