mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -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]['name'] = $row['name'];
|
||||||
$data['replies'][$n]['created'] = $row['created'];
|
$data['replies'][$n]['created'] = $row['created'];
|
||||||
$data['replies'][$n]['pid'] = $row['pid'];
|
$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]['paste'] = $this->process->syntax(htmlspecialchars_decode($row['raw']) , $row['lang']);
|
||||||
|
}
|
||||||
$data['replies'][$n]['raw'] = $row['raw'];
|
$data['replies'][$n]['raw'] = $row['raw'];
|
||||||
$n++;
|
$n++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user