diff options
| author | Frederic Guillot <fred@kanboard.net> | 2015-05-31 17:57:02 -0400 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2015-05-31 17:57:02 -0400 |
| commit | 599b6624dde8cb1c1f6416ee0af530402089da4d (patch) | |
| tree | 2cc995b09a4b2e67de276389fb28b0040d484296 /app/Controller/Export.php | |
| parent | 380aacd3f586089ae5c1e69841c0e0cb99478dcd (diff) | |
Improve project navigation
Diffstat (limited to 'app/Controller/Export.php')
| -rw-r--r-- | app/Controller/Export.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Export.php b/app/Controller/Export.php index b8f932c1..117fb5ee 100644 --- a/app/Controller/Export.php +++ b/app/Controller/Export.php @@ -40,7 +40,7 @@ class Export extends Base 'date_formats' => $this->dateParser->getAvailableFormats(), 'project' => $project, 'title' => $page_title, - ))); + ), 'export/sidebar')); } /** |
