diff options
Diffstat (limited to 'inc/poche/Poche.class.php')
-rwxr-xr-x | inc/poche/Poche.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index b27dda6c..465d9f95 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -556,7 +556,7 @@ class Poche | |||
556 | if ($this->store->retrieveOneById($next_id, $this->user->getId())) { | 556 | if ($this->store->retrieveOneById($next_id, $this->user->getId())) { |
557 | $next = TRUE; | 557 | $next = TRUE; |
558 | } | 558 | } |
559 | $navigate = $arrayName = array('previous' => $previous, 'previousid' => $previous_id, 'next' => $next, 'nextid' => $next_id); | 559 | $navigate = array('previous' => $previous, 'previousid' => $previous_id, 'next' => $next, 'nextid' => $next_id); |
560 | 560 | ||
561 | # tags | 561 | # tags |
562 | $tags = $this->store->retrieveTagsByEntry($entry['id']); | 562 | $tags = $this->store->retrieveTagsByEntry($entry['id']); |