mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-08 00:16:24 +00:00
Fix links
This commit is contained in:
parent
0a7e6f09f8
commit
a8ca14fd5d
@ -39,14 +39,15 @@ class SmsController extends Controller {
|
|||||||
'PNLConversations' => array(
|
'PNLConversations' => array(
|
||||||
'label' => 'Conversations',
|
'label' => 'Conversations',
|
||||||
'phoneNumbers' => $this->smsMapper->getAllPeersPhoneNumbers($this->userId),
|
'phoneNumbers' => $this->smsMapper->getAllPeersPhoneNumbers($this->userId),
|
||||||
'url' => \OCP\Util::linkToAbsolute('ocsms', 'index.php', array('feed' => 'conversations'))
|
'url' => \OCP\Util::linkToAbsolute('index.php', 'apps/ocsms/', array('feed' => 'conversations'))
|
||||||
),
|
),
|
||||||
'PNLDrafts' => array(
|
'PNLDrafts' => array(
|
||||||
'label' => 'Drafts',
|
'label' => 'Drafts',
|
||||||
'phoneNumbers' => array(),
|
'phoneNumbers' => array(),
|
||||||
'url' => \OCP\Util::linkToAbsolute('ocsms', 'index.php', array('feed' => 'drafts'))
|
'url' => \OCP\Util::linkToAbsolute('index.php', 'apps/ocsms/', array('feed' => 'drafts'))
|
||||||
)
|
)
|
||||||
)
|
);
|
||||||
|
|
||||||
$params = array('user' => $this->userId,
|
$params = array('user' => $this->userId,
|
||||||
'mailboxes' => $mboxes
|
'mailboxes' => $mboxes
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user