]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Poche.class.php
redo the whole lot of commits I've deleted while trying Gitlab/Framasoft mirroring
[github/wallabag/wallabag.git] / inc / poche / Poche.class.php
index b27dda6c220fb949670b306e3fc1288f17ed7b97..465d9f956408da5ab39e2f8275716845f78d53d1 100755 (executable)
@@ -556,7 +556,7 @@ class Poche
                     if ($this->store->retrieveOneById($next_id, $this->user->getId())) {
                         $next = TRUE;
                     }
-                    $navigate = $arrayName = array('previous' => $previous, 'previousid' => $previous_id, 'next' => $next, 'nextid' => $next_id);
+                    $navigate = array('previous' => $previous, 'previousid' => $previous_id, 'next' => $next, 'nextid' => $next_id);
 
                     # tags
                     $tags = $this->store->retrieveTagsByEntry($entry['id']);