Skip to content
This repository was archived by the owner on Oct 31, 2018. It is now read-only.

Commit 1129712

Browse files
committed
Fix: Call to undefined method OC_Helper::linkTo()
Fixed Typo
1 parent 4adfefd commit 1129712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/calendar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script type="text/javascript" src="<?php print_unescaped(OC_Helper::linkTo('calendar/js', 'l10n.php'));?>"></script>
1+
<script type="text/javascript" src="<?php print_unescaped(\OC::$server->getURLGenerator()->linkTo('calendar', '/js/l10n.php'));?>"></script>
22

33
<div id="notification" style="display:none;"></div>
44
<div id="app-navigation">

0 commit comments

Comments
 (0)