equal
deleted
inserted
replaced
92 public function set_registry(SimplePie_Registry $registry) |
92 public function set_registry(SimplePie_Registry $registry) |
93 { |
93 { |
94 $this->registry = $registry; |
94 $this->registry = $registry; |
95 } |
95 } |
96 |
96 |
97 public function find($type = SIMPLEPIE_LOCATOR_ALL, &$working) |
97 public function find($type = SIMPLEPIE_LOCATOR_ALL, &$working = null) |
98 { |
98 { |
99 if ($this->is_feed($this->file)) |
99 if ($this->is_feed($this->file)) |
100 { |
100 { |
101 return $this->file; |
101 return $this->file; |
102 } |
102 } |