|
@@ -444,7 +444,7 @@ class special_formater
|
|
|
{
|
|
|
foreach($items as &$item)
|
|
|
{
|
|
|
- static $action_types = array('url','video','appjump');
|
|
|
+ static $action_types = array('url','innerurl','video','appjump');
|
|
|
static $show_types = array('webview','video');
|
|
|
|
|
|
if(in_array($item['type'],$action_types)){
|