aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-03-14 00:22:11 +0100
committerThomas Citharel <tcit@tcit.fr>2015-03-14 00:22:11 +0100
commit7f8f8271e49a2834a87012ea838099c8b46cf63f (patch)
tree2c5394e49370d8e6890019de3889ab193b827aa8 /inc/poche/Poche.class.php
parentf5618feb73343f0a120a809116c443630d70a87c (diff)
downloadwallabag-7f8f8271e49a2834a87012ea838099c8b46cf63f.tar.gz
wallabag-7f8f8271e49a2834a87012ea838099c8b46cf63f.tar.zst
wallabag-7f8f8271e49a2834a87012ea838099c8b46cf63f.zip
redo the whole lot of commits I've deleted while trying Gitlab/Framasoft mirroring
Diffstat (limited to 'inc/poche/Poche.class.php')
-rwxr-xr-xinc/poche/Poche.class.php2
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']);