Skip to content

Commit

Permalink
Merge branch 'hotfix-10.7.30' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWatson committed Jan 26, 2017
2 parents ac117d3 + 4ce2d95 commit 60e6e09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.29",
"version":"10.7.30",
"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.29",
"version":"10.7.30",
"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.29
preside.version=10.7.30
##############################
2 changes: 1 addition & 1 deletion system/services/routeHandlers/AssetRouteHandler.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ component implements="iRouteHandler" output=false singleton=true {
}

if ( !link.reFind( "^(https?:)?\/\/" ) ) {
link = event.getSiteUrl( includePath=true, includeLanguageSlug=false ) & link;
link = event.getSiteUrl( includePath=false, includeLanguageSlug=false ) & link;
}

return link;
Expand Down

0 comments on commit 60e6e09

Please sign in to comment.