mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
Fix PagedArticles's routing. And removed stray print.
This commit is contained in:
parent
58f258e99d
commit
382696609c
@ -49,7 +49,6 @@ void PagedArticles::load() {
|
||||
PagedArticle *p = new PagedArticle();
|
||||
String seg = dir->current_get_name();
|
||||
p->articles_folder = ff;
|
||||
seg.print();
|
||||
p->set_uri_segment(seg);
|
||||
add_child(p);
|
||||
}
|
||||
@ -88,6 +87,8 @@ void PagedArticles::_notification(const int what) {
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
WebNode::_notification(what);
|
||||
}
|
||||
|
||||
PagedArticles::PagedArticles() :
|
||||
|
Loading…
Reference in New Issue
Block a user