diff options
| author | 2013-08-25 14:49:08 +0200 | |
|---|---|---|
| committer | 2013-08-25 14:49:08 +0200 | |
| commit | 6d09878880e1cc94cdfc11974f734c808c33ec95 (patch) | |
| tree | e926c98c085d4c2b925b6004e18522fa53a6c2a1 /app/models/RSSConfiguration.php | |
| parent | b780a2329b5f4b37ad7fb0453544a410d0f48416 (diff) | |
Typo
Diffstat (limited to 'app/models/RSSConfiguration.php')
| -rwxr-xr-x | app/models/RSSConfiguration.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/RSSConfiguration.php b/app/models/RSSConfiguration.php index f079f1c41..700aedb1f 100755 --- a/app/models/RSSConfiguration.php +++ b/app/models/RSSConfiguration.php @@ -276,7 +276,7 @@ class RSSConfigurationDAO extends Model_array { $this->display_posts = $this->array['display_posts']; } if (isset ($this->array['onread_jump_next'])) { - this->onread_jump_next = $this->array['onread_jump_next']; + $this->onread_jump_next = $this->array['onread_jump_next']; } if (isset ($this->array['lazyload'])) { $this->lazyload = $this->array['lazyload']; |
