redo the whole lot of commits I've deleted while trying Gitlab/Framasoft mirroring

This commit is contained in:
Thomas Citharel
2015-03-14 00:22:11 +01:00
parent f5618feb73
commit 7f8f8271e4
164 changed files with 13271 additions and 6804 deletions

View File

@ -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']);