Skip to content

Commit

Permalink
Issue #253 - Insert Object:Include Page should Show Page Title by def…
Browse files Browse the repository at this point in the history
…ault
  • Loading branch information
JayBazuzi committed Apr 4, 2012
1 parent 691f26b commit 76cb225
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -149,7 +149,7 @@ CKEDITOR.dialog.add( 'includepage', function( editor )
var editor = this.getParentEditor(),
selection = editor.getSelection(),
element = null,
data = { page : '' };
data = { page : '', showtitle : true };

// Fill in all the relevant fields if there's already one link selected.
if ( ( element = pagelink_plugin.getSelectedLink( editor ) )
Expand Down

0 comments on commit 76cb225

Please sign in to comment.