Mercurial > hg > extraction-interface
diff controllers/extractapp.php @ 94:b0cecc104639 extractapp
new: modified tags can work on tagged text
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 09 Nov 2015 12:00:24 +0100 |
parents | 3e11a9c5a672 |
children | 9a29e9d28ece |
line wrap: on
line diff
--- a/controllers/extractapp.php Fri Oct 02 12:18:34 2015 +0200 +++ b/controllers/extractapp.php Mon Nov 09 12:00:24 2015 +0100 @@ -280,6 +280,9 @@ case 'Update': $viewmodel->UpdateTagsInTopic($this->postdata); break; + case 'CreateNewTopic': + $this->ReturnView($viewmodel->CreateNewTopic($this->postdata), true); + break; default: $this->ReturnView($viewmodel->ConfigTagsInTopic($this->postdata), true); break;