From 4c9b653018ef755dc5662d25b97855ef118e7ca6 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sun, 5 Oct 2014 08:31:38 +0000 Subject: [PATCH] app name fix --- appinfo/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/routes.php b/appinfo/routes.php index 98c3811..6147ff1 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -11,7 +11,7 @@ namespace OCA\OcSms\AppInfo; -$application = new Application(); +$application = new OcSmsApp(); $application->registerRoutes($this, array('routes' => array( array('name' => 'sms#index', 'url' => '/', 'verb' => 'GET'),