1
0

Bugfix for not properly setting entry.cats in entry overview

References #201
This commit is contained in:
Garvin Hicking
2014-08-07 10:53:18 +02:00
parent b85e007b85
commit 5fdff4c671
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,9 @@
Version 2.0-beta4 / RC? ()
------------------------------------------------------------------------
* Fix bug in entry listing, which showed wrong categories for
entries (Issue #201)
* Improve RegExp for Feed-URL matching, thanks to fugue88
Version 2.0-beta3 (July 25th, 2014)

View File

@ -315,6 +315,7 @@ switch($serendipity['GET']['adminAction']) {
$smartentries = array();
foreach ($entries as $ey) {
$entry_cats = '';
if (count($ey['categories'])) {
$cats = array();
foreach ($ey['categories'] as $cat) {