修复不能导入到英文版的问题
This commit is contained in:
parent
0740e8f4b9
commit
e929af9d4a
|
@ -4113,7 +4113,7 @@ class AuthorController extends Zend_Controller_Action
|
|||
{
|
||||
$user = $auth->getIdentity();
|
||||
$u_id = $user->id;
|
||||
if (!empty($uuid) && !view::isUuid($uuid)) die();
|
||||
if (!empty($uuid) && !Helpers\View::isUuid($uuid)) die();
|
||||
$sql="select * from mdauthor where uuid=? and userid=? and status in (0,1)";
|
||||
$sth = $this->db->prepare($sql);
|
||||
$sth->execute(array($uuid,$u_id));
|
||||
|
|
Loading…
Reference in New Issue