mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
fix a missing array
This commit is contained in:
@@ -43,6 +43,7 @@ class SmsController extends Controller {
|
||||
),
|
||||
'PNLDrafts' => array(
|
||||
'label' => 'Drafts',
|
||||
'phoneNumbers' => array(),
|
||||
'url' => \OCP\Util::linkToAbsolute('index.php', 'apps/ocsms/', array('feed' => 'drafts'))
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user