Bugfix for not properly setting entry.cats in entry overview
References #201
This commit is contained in:
@ -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)
|
||||
|
@ -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) {
|
||||
|
Reference in New Issue
Block a user