diff controllers/extractapp.php @ 69:edb8a2e8ce84 extractapp

New: save book meta_data in file
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 07 Apr 2015 16:12:23 +0200
parents 3ada9334ebfc
children 26d8c4c43d86
line wrap: on
line diff
--- a/controllers/extractapp.php	Tue Apr 07 14:59:39 2015 +0200
+++ b/controllers/extractapp.php	Tue Apr 07 16:12:23 2015 +0200
@@ -66,7 +66,7 @@
                 } else if ($this->postdata['sectionId'] != 0 && $this->postdata['userId'] != 0) {
                     // --- New branch case ---
                     $viewmodel->GetInfoFromPreviousPage($this->postdata);
-                    $viewmodel->GetBookMetaDataBySectionId();
+                    $viewmodel->SetBookMetaDataBySectionId();
                     // get text by sectionId from LGService
                     $viewmodel->GetTextFromSectionId();