Skip to content

Commit

Permalink
Missed one apc_store cacke key change in the combo script
Browse files Browse the repository at this point in the history
  • Loading branch information
cauld committed Nov 5, 2009
1 parent 8c7ebc3 commit c0f1fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phploader/combo.php
Expand Up @@ -128,7 +128,7 @@
$rawCSS = str_replace("/build/build/", "/build/", $rawCSS);

if (APC_AVAIL === true) {
apc_store('combo:'.$queryString, $rawCSS, APC_TTL);
apc_store(server(true), $rawCSS, APC_TTL);
}
echo $rawCSS;
}
Expand Down

0 comments on commit c0f1fd7

Please sign in to comment.