// throw new OLATRuntimeException(this.getClass(), "invalid topic name!", e);
// }
Wiki wiki = WikiManager.getInstance().getOrLoadWiki(ores);
if (topic.startsWith(IMAGE_NAMESPACE) || topic.startsWith(MEDIA_NAMESPACE)) {
return wiki.pageExists(topic);
}
String pageId = WikiManager.generatePageId(FilterUtil.normalizeWikiLink(topic));
return wiki.pageExists(pageId);
}