Skip to content

Commit

Permalink
Update embedlyProxy in order to remove additionnal random parameter s…
Browse files Browse the repository at this point in the history
…ent by jQuery
  • Loading branch information
nyroDev committed Sep 27, 2011
1 parent b12752e commit 29ef228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embedlyProxy.php
Expand Up @@ -49,6 +49,7 @@

$clb = $params['callback'];
unset($params['callback']);
unset($params['_']);

$fileCache = $cacheDir.DIRECTORY_SEPARATOR.md5(serialize($params)).'.json';
if (!file_exists($fileCache)) {
Expand Down

0 comments on commit 29ef228

Please sign in to comment.