namespace error

This commit is contained in:
Mario Vavti 2017-03-29 11:59:20 +02:00
parent 0908da9529
commit cd57483ed9
2 changed files with 2 additions and 3 deletions

View File

@ -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);
@ -71,4 +71,4 @@ class Conversations {
} }
return $o; return $o;
} }
} }

View File

@ -33,7 +33,6 @@ nav .badge {
padding: 0.2rem 0; padding: 0.2rem 0;
} }
#navbar-collapse-1 i { #navbar-collapse-1 i {
font-size: 1rem; font-size: 1rem;
} }