Skip to content

Commit e6c0d89

Browse files
committedDec 12, 2010
be sure to actually cache stuff...
1 parent b35dd8c commit e6c0d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib_enplacify_dopplr.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function enplacify_dopplr_get_place($place_type, $place_id){
113113
'name' => $name,
114114
);
115115

116-
return array(
116+
$rsp = array(
117117
'ok' => 1,
118118
'place' => $place,
119119
);

0 commit comments

Comments
 (0)
Please sign in to comment.