1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 07:56:23 +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

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'))
)
);