Skip to content
Snippets Groups Projects
Unverified Commit 1a2da803 authored by Marcel Wunderlich's avatar Marcel Wunderlich
Browse files

Fixed errornous xml line

parent db2ad856
No related branches found
No related tags found
1 merge request!1Devel
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
<?php
\OC::$server->getNavigationManager()->add(function () {
$urlGenerator = \OC::$server->getURLGenerator();
return [
'id' => 'sccuot_ng',
'name' => 'Sccuot NG',
'order' => 5,
'href' => $urlGenerator->linkToRoute('sccuot_ng.statistics.statistics_page'),
'icon' => $urlGenerator->imagePath('sccuot_ng', 'icons/sccuot-ng.svg'),
];
});
<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<info>
<!-- General metadata -->
<id>sccuot_nc</id>
<name>Sccuot NC</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment