Skip to content

Commit

Permalink
Flipping merge items to be a static method.
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 22, 2011
1 parent e424f3b commit bb9fc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimplePie/Core.php
Expand Up @@ -2788,7 +2788,7 @@ public function sort_items($a, $b)
/**
* @static
*/
public function merge_items($urls, $start = 0, $end = 0, $limit = 0)
public static function merge_items($urls, $start = 0, $end = 0, $limit = 0)
{
if (is_array($urls) && sizeof($urls) > 0)
{
Expand Down

0 comments on commit bb9fc11

Please sign in to comment.