diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-11-06 16:16:45 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-11-06 16:16:50 +0100 |
| commit | ee45f08d0e79f9632f3e4a2b3ea8ff0062197da3 (patch) | |
| tree | 5ac7d4a2c774182fa91b7df524ce7e872307922e | |
| parent | 6b9018572f158910f10ba0c840eade340cd38e43 (diff) | |
remove debug/dev fragment, re #4200
| -rw-r--r-- | app/controllers/course/wiki.php | 1 |
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); } |
