Wikitten
Wikitten copied to clipboard
fix wiki.php createAction
-
add missing
use_pastebinin all uses of$this->_view('render' ... ); -
add
USE_PAGE_METADATAto create initial JSON (title) metadata in$contentofcreateAction. -
fix use of
APP_DIRinwiki.phpcreateAction: the original$filepathdid not use theAPP_DIRtrimmed$pagevalue... it now does. (This would show up as a problem when the Wikitten wiki is used as a sub directory of a website).