fix return variable

This commit is contained in:
wlx 2013-05-08 13:30:16 +00:00
parent 33660fac17
commit e5ed06be4a
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class Doi extends Zend_Controller_Plugin_Abstract
/*$a = str_replace("{",'',$a);
$a = str_replace("}",'',$a);
$a = explode(",",$a); */
return $explode(',',substr($a,1,-1));
return explode(',',substr($a,1,-1));
}
function view($id)