Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts: view/it/messages.po view/it/strings.php
This commit is contained in:
commit
f594a7776c
@ -159,7 +159,7 @@ function filter_insecure($channel_id, $arr) {
|
||||
|
||||
$ret = array();
|
||||
|
||||
if((! intval(get_config($channel_id, 'system', 'filter_insecure_collections'))) || (! $arr))
|
||||
if((! intval(get_pconfig($channel_id, 'system', 'filter_insecure_collections'))) || (! $arr))
|
||||
return $arr;
|
||||
|
||||
$str = '';
|
||||
|
@ -95,7 +95,8 @@ function oembed_fetch_url($embedurl){
|
||||
Cache::set($a->videowidth . $embedurl,$txt);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
$j = json_decode($txt);
|
||||
$j->embedurl = $embedurl;
|
||||
return $j;
|
||||
|
@ -1 +1 @@
|
||||
2015-08-02.1112
|
||||
2015-08-03.1113
|
||||
|
Reference in New Issue
Block a user