Subject: | Paranthesis should be curly bracket |
/news/submit.xsp gives an internal server error when visiting it. The cause of it is clearly an error in the merge tag defined in AxKit::App::TABOO::XSP::Story, where load is called like this:
$story->load(what => '*', limit => (sectionid => $attr_sectionid, storyname=> $attr_storyname});
However, it should be a curly bracket in limit => {sectionid.