|
Lines 162-167
class EditorAction extends SectionEditorAction {
|
Link Here
|
|---|
|
| 162 |
|
162 |
|
| 163 |
$galleyDao =& DAORegistry::getDAO('ArticleGalleyDAO'); |
163 |
$galleyDao =& DAORegistry::getDAO('ArticleGalleyDAO'); |
| 164 |
$galleyDao->insertGalley($galley); |
164 |
$galleyDao->insertGalley($galley); |
|
|
165 |
|
| 166 |
// Update file search index |
| 167 |
import('classes.search.ArticleSearchIndex'); |
| 168 |
ArticleSearchIndex::updateFileIndex($article->getId(), ARTICLE_SEARCH_GALLEY_FILE, $fileId); |
| 165 |
} |
169 |
} |
| 166 |
|
170 |
|
| 167 |
$sectionEditorSubmission->setStatus(STATUS_QUEUED); |
171 |
$sectionEditorSubmission->setStatus(STATUS_QUEUED); |