Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
Fix #972
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Apr 13, 2016
1 parent 00ca71c commit af5d242
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
owncloud-news (8.4.1)
* **Bugfix**: Fix error messages in the logs which were caused by outdated template includes, #972

owncloud-news (8.4.0)
* **Enhancement**: Use the feed url when showing an example of a curl command if a feed does not exist, #969
* **Enhancement**: Also filter duplicate items from web frontend when in folder, starred or all articles view, #465
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
<category>multimedia</category>
<licence>AGPL</licence>
<version>8.4.0</version>
<version>8.4.1</version>
<namespace>News</namespace>

<!-- resources -->
Expand Down
3 changes: 0 additions & 3 deletions js/app/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,6 @@ app.config(function ($routeProvider, $provide, $httpProvider) {
}).when('/shortcuts', {
templateUrl: 'shortcuts.html',
type: -1
}).when('/subscription-url', {
templateUrl: 'subscription.html',
type: -1
});

});
3 changes: 0 additions & 3 deletions templates/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ class="icon-loading"
</div>

<!-- content -->
<script type="text/ng-template" id="audio.html">
<?php print_unescaped($this->inc('part.content.audio')) ?>
</script>
<script type="text/ng-template" id="content.html">
<?php print_unescaped($this->inc('part.content')) ?>
</script>
Expand Down

0 comments on commit af5d242

Please sign in to comment.