1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-24 14:45:43 +00:00

app name fix

This commit is contained in:
Loic Blot
2014-10-05 08:31:38 +00:00
parent aaff8e9e4c
commit 4c9b653018
+1 -1
View File
@@ -11,7 +11,7 @@
namespace OCA\OcSms\AppInfo; namespace OCA\OcSms\AppInfo;
$application = new Application(); $application = new OcSmsApp();
$application->registerRoutes($this, array('routes' => array( $application->registerRoutes($this, array('routes' => array(
array('name' => 'sms#index', 'url' => '/', 'verb' => 'GET'), array('name' => 'sms#index', 'url' => '/', 'verb' => 'GET'),