mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-10 01:16:12 +00:00
fix a missing array
This commit is contained in:
parent
02ba89f6aa
commit
4e82141eb7
@ -43,6 +43,7 @@ class SmsController extends Controller {
|
|||||||
),
|
),
|
||||||
'PNLDrafts' => array(
|
'PNLDrafts' => array(
|
||||||
'label' => 'Drafts',
|
'label' => 'Drafts',
|
||||||
|
'phoneNumbers' => array(),
|
||||||
'url' => \OCP\Util::linkToAbsolute('index.php', 'apps/ocsms/', array('feed' => 'drafts'))
|
'url' => \OCP\Util::linkToAbsolute('index.php', 'apps/ocsms/', array('feed' => 'drafts'))
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user