From 18049899df48dc3f46491e24c743eb9d5503d0f9 Mon Sep 17 00:00:00 2001 From: Billy Puzaras Date: Sat, 17 Jan 2015 18:02:17 +0100 Subject: [PATCH] Update app.php Solve imagePath navicon.svg error. --- appinfo/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/app.php b/appinfo/app.php index 67c171b..1b3fcf6 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -45,7 +45,7 @@ 'href' => $api->linkToRoute('invite_index'), // the icon that will be shown in the navigation - 'icon' => $api->imagePath('navicon.svg'), + 'icon' => $api->imagePath('navicon.png'), // the title of your application. This will be used in the // navigation or on the settings page of your app @@ -57,4 +57,4 @@ $msg = 'Can not enable the Invitations app because the App Framework ' . 'App is disabled'; \OCP\Util::writeLog('invite', $msg, \OCP\Util::ERROR); -} \ No newline at end of file +}