Merge lp:~sebastian-meyer/goobi-presentation/bug-1002345 into lp:goobi-presentation/1.1

Proposed by Sebastian Meyer
Status: Merged
Approved by: Sebastian Meyer
Approved revision: 86
Merged at revision: 86
Proposed branch: lp:~sebastian-meyer/goobi-presentation/bug-1002345
Merge into: lp:goobi-presentation/1.1
Diff against target: 11 lines (+1/-1)
1 file modified
dlf/modules/indexing/index.php (+1/-1)
To merge this branch: bzr merge lp:~sebastian-meyer/goobi-presentation/bug-1002345
Reviewer Review Type Date Requested Status
Sebastian Meyer Approve
Review via email: mp+106642@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sebastian Meyer (sebastian-meyer) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'dlf/modules/indexing/index.php'
2--- dlf/modules/indexing/index.php 2012-04-30 16:05:21 +0000
3+++ dlf/modules/indexing/index.php 2012-05-21 15:27:20 +0000
4@@ -240,7 +240,7 @@
5 if (!empty($this->data['id']) && !empty($this->data['core'])) {
6
7 // Save document to database and index.
8- $doc = tx_dlf_document::getInstance($this->data['id'], 0, TRUE);
9+ $doc = tx_dlf_document::getInstance($this->data['id'], $this->id, TRUE);
10
11 if (!$doc->ready || !$doc->save($this->id, $this->data['core'])) {
12

Subscribers

People subscribed via source and target branches

to all changes: