修改默认跳转为我负责的元数据
This commit is contained in:
parent
a664b2b932
commit
f3b2718a72
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue