Skip to content

Commit

Permalink
Merge branch 'hotfix-10.7.23' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWatson committed Jan 13, 2017
2 parents 2b836eb + 46681cb commit f198fe7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"PresideCMS",
"version":"10.7.22",
"version":"10.7.23",
"author":"Pixl8 Interactive",
"createPackageDirectory":true,
"packageDirectory":"preside",
Expand Down
2 changes: 1 addition & 1 deletion box.json.no.deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"PresideCMS",
"version":"10.7.22",
"version":"10.7.23",
"author":"Pixl8 Interactive",
"createPackageDirectory":true,
"packageDirectory":"preside",
Expand Down
2 changes: 1 addition & 1 deletion support/build/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ build.number.remote.url=http://downloads.presidecms.com/presidecms/build.number

##############################
# MANUALLY UPDATE EACH VERSION
preside.version=10.7.22
preside.version=10.7.23
##############################
4 changes: 2 additions & 2 deletions system/coldboxModifications/cachebox/CacheProvider.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ component output=false extends="coldbox.system.cache.providers.CacheBoxColdBoxPr
}

public any function clearQuiet( required any objectKey ) output=false {
super.clearQuiet( argumentCollection=arguments );

request[ _requestKey ] = request[ _requestKey ] ?: {};
request[ _requestKey ].delete( arguments.objectKey );

return super.clearQuiet( argumentCollection=arguments );
}

public any function get( required string objectKey ) output=false {
Expand Down

0 comments on commit f198fe7

Please sign in to comment.