mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-02 06:39:14 +00:00
Fixing bugs found by static analysis
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
//----------------------------------------------------------------------
|
||||
public function getCode()
|
||||
{
|
||||
$ret;
|
||||
$ret = 0;
|
||||
|
||||
if($this->count < $this->dataLength) {
|
||||
$row = $this->count % $this->blocks;
|
||||
|
||||
Reference in New Issue
Block a user