witten
/
luminotes
Archived
1
0
Fork 0

Typo fix.

This commit is contained in:
Dan Helfman 2008-11-17 22:59:57 -08:00
parent af42aae7cc
commit 7a3da18fe0
1 changed files with 1 additions and 1 deletions

View File

@ -1622,7 +1622,7 @@ Wiki.prototype.save_editor = function ( editor, fire_and_forget, callback, synch
delete self.startup_notes[ editor.id ];
// special case to rename a forum notebook when its first note is renamed
if ( result.rank == 0 && self.notebook.has_tag( self.notebook, "forum" ) )
if ( result.rank == 0 && self.notebook_has_tag( self.notebook, "forum" ) )
self.end_notebook_rename( editor.title, true );
if ( callback )