comparison develop/controllers/extractapp.php @ 25:4b6d2d7e706e

update for the integration
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 02 Mar 2015 16:16:54 +0100
parents b55f5d3564c4
children e6e9bdc4f256
comparison
equal deleted inserted replaced
24:b55f5d3564c4 25:4b6d2d7e706e
129 $viewmodel = $this->viewmodel; 129 $viewmodel = $this->viewmodel;
130 switch ($this->postdata['func']) { 130 switch ($this->postdata['func']) {
131 case 'Update': 131 case 'Update':
132 $viewmodel->UpdateTagsInTopic($this->postdata); 132 $viewmodel->UpdateTagsInTopic($this->postdata);
133 break; 133 break;
134
135 default: 134 default:
136 $this->ReturnView($viewmodel->ConfigTagsInTopic($this->postdata), true); 135 $this->ReturnView($viewmodel->ConfigTagsInTopic($this->postdata), true);
137 break; 136 break;
138 } 137 }
139 } 138 }