4chan: newer first
This commit is contained in:
parent
3b69c71197
commit
ade723f6a6
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ class FourchanBridge extends BridgeAbstract{
|
|||
$item->content = (!empty($item->image) ? '<a href="'.$item->image.'"><img alt="'.$item->id.'" src="'.$item->imageThumb.'" /></a><br>' : '') . '<span id="'.$item->id.'">'.$element->find('.postMessage', 0)->innertext.'</span>';
|
||||
$this->items[] = $item;
|
||||
}
|
||||
$this->items = array_reverse($this->items);
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
|
|
Loading…
Reference in a new issue