Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Commit

Permalink
memcached helper
Browse files Browse the repository at this point in the history
  • Loading branch information
jturmel committed Mar 31, 2009
1 parent a56e6c6 commit f2ffc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/memcached.php
Expand Up @@ -82,7 +82,7 @@ public static function tag_add($tag, $keys)

public static function tags_add($key, $tag)
{
$tags = (is_array($tag) === TRUE) ? $tags : array_slice(func_get_args(), 1);
$tags = (is_array($tag) === TRUE) ? $tag : array_slice(func_get_args(), 1);

foreach ($tags as $tag)
{
Expand Down

0 comments on commit f2ffc04

Please sign in to comment.