Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix default tpl name
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Feb 20, 2016
1 parent bf4f44d commit 5acd022
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -357,7 +357,7 @@
}
if(this._node.isLeaf()){
if(this.getPublicLinkPermission('read')){
this._data['minisite_layout'] = 'ajxp_unique_preview';
this._data['minisite_layout'] = 'ajxp_unique_strip';
}else{
this._data['minisite_layout'] = 'ajxp_unique_dl';
}
Expand Down

0 comments on commit 5acd022

Please sign in to comment.