This commit is contained in:
fen 2013-10-28 15:36:41 +08:00
commit 0cc1c41f37

View File

@ -112,7 +112,7 @@ include 'common-js.php';
include 'form-js.php';
include 'write-js.php';
Typecho_Plugin::factory('admin/write-page.php')->trigger($plugged)->richEditor($post);
Typecho_Plugin::factory('admin/write-page.php')->trigger($plugged)->richEditor($page);
if (!$plugged) {
include 'editor-js.php';
}