From 9f191c67ede22bd47deb902c0fb69c3068c7e418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot=20=28=40U-Exp=29?= Date: Fri, 12 Sep 2014 14:50:36 +0200 Subject: [PATCH] fix ocsms index --- appinfo/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/app.php b/appinfo/app.php index 931ba3e..23ca1c0 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -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') -)); \ No newline at end of file +));