mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
tuning
This commit is contained in:
parent
d39651f4e6
commit
db7db9fae7
@ -324,7 +324,11 @@ class Pastes extends CI_Model
|
||||
$data['replies'][$n]['name'] = $row['name'];
|
||||
$data['replies'][$n]['created'] = $row['created'];
|
||||
$data['replies'][$n]['pid'] = $row['pid'];
|
||||
|
||||
if ($this->uri->segment(2) == 'rss')
|
||||
{
|
||||
$data['replies'][$n]['paste'] = $this->process->syntax(htmlspecialchars_decode($row['raw']) , $row['lang']);
|
||||
}
|
||||
$data['replies'][$n]['raw'] = $row['raw'];
|
||||
$n++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user