diff classes/basemodel.php @ 67:3ada9334ebfc extractapp

New: check taglist is deprecated or not
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 07 Apr 2015 14:45:31 +0200
parents 840cdb52f476
children 97c1e5102a22
line wrap: on
line diff
--- a/classes/basemodel.php	Thu Apr 02 16:33:46 2015 +0200
+++ b/classes/basemodel.php	Tue Apr 07 14:45:31 2015 +0200
@@ -19,6 +19,7 @@
         $this->get_text_from_sectionId_url = $lgserver_url."rest/text/getSectionText?sectionId=";
         $this->save_to_LGService_url = $lgserver_url."rest/text/save";
         $this->save_new_to_LGService_url = $lgserver_url."rest/text/saveNew";
+        $this->get_section_metadata_by_sectionId_url = $lgserver_url."rest/text/getSectionMetadata?sectionId=";
         
         set_time_limit(0);
         ini_set('memory_limit', '-1');