diff options
Diffstat (limited to 'classes/File_to_post.php')
-rw-r--r-- | classes/File_to_post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/File_to_post.php b/classes/File_to_post.php index e3db91b20..72a42b088 100644 --- a/classes/File_to_post.php +++ b/classes/File_to_post.php @@ -62,7 +62,7 @@ class File_to_post extends Memcached_DataObject } } - function &pkeyGet($kv) + function pkeyGet($kv) { return Memcached_DataObject::pkeyGet('File_to_post', $kv); } |