Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
removed deprecated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r0x committed Nov 16, 2015
1 parent 34d6b23 commit c753872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appinfo/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
'order' => 10,

// the route that will be shown on startup
'href' => \OCP\Util::linkToRoute('maps.page.index'),
'href' => \OC::$server->getURLGenerator()->linkToRoute('maps.page.index'),

// the icon that will be shown in the navigation
// this file needs to exist in img/
'icon' => \OCP\Util::imagePath('maps', 'maps.svg'),
'icon' => \OC::$server->getURLGenerator()->imagePath('maps', 'maps.svg'),

// the title of your application. This will be used in the
// navigation or on the settings page of your app
Expand Down

0 comments on commit c753872

Please sign in to comment.