1
0
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:
Loïc Blot (@U-Exp)
2014-09-16 22:42:09 +02:00
parent 02ba89f6aa
commit 4e82141eb7
+1
View File
@@ -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'))
)
);