forked from wallabag/wallabag
redo the whole lot of commits I've deleted while trying Gitlab/Framasoft mirroring
This commit is contained in:
@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user