Fix naming of OutputEditor() to be outputEditor()
This commit is contained in:
committed by
WineHQ
parent
17de2854e0
commit
917851fceb
@@ -45,7 +45,7 @@ if(!empty($aClean['sSub']))
|
||||
echo "<form method=post action='editAppNote.php'>\n";
|
||||
|
||||
/* display the editor for this note */
|
||||
$oNote->OutputEditor();
|
||||
$oNote->outputEditor();
|
||||
|
||||
echo '<center>';
|
||||
echo '<input type="submit" name=sPreview value="Preview"> ',"\n";
|
||||
|
||||
Reference in New Issue
Block a user