[NineGagBridge] Lint previous commit
This commit is contained in:
parent
a332a5a414
commit
5e4f3c351e
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class NineGagBridge extends BridgeAbstract {
|
|||
}
|
||||
|
||||
if (!$AvoidElement) {
|
||||
$item['uri'] = preg_replace("/^http:/i", "https:", $post['url']);
|
||||
$item['uri'] = preg_replace('/^http:/i', 'https:', $post['url']);
|
||||
$item['title'] = $post['title'];
|
||||
$item['content'] = self::getContent($post);
|
||||
$item['categories'] = self::getCategories($post);
|
||||
|
|
Loading…
Reference in a new issue