1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-19 05:46:09 +00:00

fix ocsms index

This commit is contained in:
Loïc Blot (@U-Exp) 2014-09-12 14:50:36 +02:00
parent 7c93f35a4a
commit 9f191c67ed

View File

@ -21,7 +21,7 @@ namespace OCA\OcSms\AppInfo;
'order' => 10,
// the route that will be shown on startup
'href' => \OCP\Util::linkToRoute('ocsms.page.index'),
'href' => \OCP\Util::linkToRoute('ocsms.sms.index'),
// the icon that will be shown in the navigation
// this file needs to exist in img/
@ -30,4 +30,4 @@ namespace OCA\OcSms\AppInfo;
// the title of your application. This will be used in the
// navigation or on the settings page of your app
'name' => \OC_L10N::get('ocsms')->t('Oc Sms')
));
));