$DATE) { throw new ActionException('conflict'); } //save it saveWikiText($ID, con($PRE, $TEXT, $SUF, true), $SUM, $INPUT->bool('minor')); //use pretty mode for con //unlock it unlock($ID); //delete draft act_draftdel('fixme'); // FIXME replace this utility function //session_write_close(); // FIXME close session higher up // when done, show page throw new ActionAbort(); } }