示例#1
0
文件: avatar.php 项目: jeanvoye/utb
 public function doUpdate()
 {
     shareApp::updateAvatar();
     $res = new ezcMvcResult();
     $res->status = new ezcMvcExternalRedirect('/prefs');
     return $res;
 }