Skip to content

Commit

Permalink
Update Memcache.php
Browse files Browse the repository at this point in the history
this shouldn't get commited, don't you test it?
  • Loading branch information
galvani committed Mar 22, 2013
1 parent e11a307 commit e81c059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/SimplePie/Cache/Memcache.php
Expand Up @@ -95,7 +95,7 @@ public function __construct($location, $name, $type)
'prefix' => 'simplepie_', 'prefix' => 'simplepie_',
), ),
); );
$this->options = SimplePie_Misc::merge_array_recursive($this->options, SimplePie_Cache::parse_URL($location); $this->options = SimplePie_Misc::array_merge_recursive($this->options, SimplePie_Cache::parse_URL($location));


$this->name = $this->options['extras']['prefix'] . md5("$name:$type"); $this->name = $this->options['extras']['prefix'] . md5("$name:$type");


Expand Down

0 comments on commit e81c059

Please sign in to comment.