aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/course/wiki.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2024-11-06 16:16:45 +0100
committerJan-Hendrik Willms <tleilax+github@gmail.com>2024-11-06 16:16:50 +0100
commitee45f08d0e79f9632f3e4a2b3ea8ff0062197da3 (patch)
tree5ac7d4a2c774182fa91b7df524ce7e872307922e /app/controllers/course/wiki.php
parent6b9018572f158910f10ba0c840eade340cd38e43 (diff)
remove debug/dev fragment, re #4200
Diffstat (limited to 'app/controllers/course/wiki.php')
-rw-r--r--app/controllers/course/wiki.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/course/wiki.php b/app/controllers/course/wiki.php
index a204efc..8e72f8a 100644
--- a/app/controllers/course/wiki.php
+++ b/app/controllers/course/wiki.php
@@ -94,7 +94,6 @@ class Course_WikiController extends AuthenticatedController
['data-dialog' => 'width=700']
);
}
- $actions->addLink('foo',$this->new_pageURL($this->page->id), Icon::create('export') );
$sidebar->addWidget($actions);
}