Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.

Update app.php #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appinfo/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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);
}
}