From 46d2e71ac1236ccb7b75400352c51664d32b588a Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Mon, 20 Aug 2012 16:24:12 -0400 Subject: [PATCH] Fixed bug in breadcrumbs. --- lms/templates/wiki/includes/breadcrumbs.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lms/templates/wiki/includes/breadcrumbs.html b/lms/templates/wiki/includes/breadcrumbs.html index 6fe955212e..053bc2400e 100644 --- a/lms/templates/wiki/includes/breadcrumbs.html +++ b/lms/templates/wiki/includes/breadcrumbs.html @@ -16,6 +16,10 @@ %> %endfor
  • ${article.current_revision.title}
  • + <% + if not create_article_root and urlpath.article.can_write(user): + create_article_root = urlpath + %>