Alexandre Alapetite 12 years ago
parent
commit
6d09878880
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/RSSConfiguration.php

+ 1 - 1
app/models/RSSConfiguration.php

@@ -276,7 +276,7 @@ class RSSConfigurationDAO extends Model_array {
 			$this->display_posts = $this->array['display_posts'];
 			$this->display_posts = $this->array['display_posts'];
 		}
 		}
 		if (isset ($this->array['onread_jump_next'])) {
 		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'])) {
 		if (isset ($this->array['lazyload'])) {
 			$this->lazyload = $this->array['lazyload'];
 			$this->lazyload = $this->array['lazyload'];