修改默认跳转为我负责的元数据

This commit is contained in:
wlx 2015-11-28 11:04:27 +08:00
parent a664b2b932
commit f3b2718a72
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ class Admin_ReviewController extends Zend_Controller_Action
if($this->db->exec($sql)>0)
{
include_once('helper/view.php');
view::Post($this,array("content"=>'修改成功','url'=>-1));
view::Post($this,array("content"=>'修改成功','url'=>"/admin/review/myreview"));
return true;
}
}