Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Apr 10, 2014
1 parent 32d6250 commit 44ea103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Load.php
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@ function loadAssetFile($filenames, $params = array(), $id = '')
if (!isset($params['stale']) || $params['stale'] === true)
$staler_string = CACHE_STALE;
elseif (is_string($params['stale']))
$staler_string = ($params['stale'][0] === '?' ? $params['stale'] : '?' . $params['stale'])
$staler_string = ($params['stale'][0] === '?' ? $params['stale'] : '?' . $params['stale']);
else
$staler_string = '';

Expand Down

0 comments on commit 44ea103

Please sign in to comment.