Defect #31287 » patch.diff
| app/controllers/wiki_controller.rb | ||
|---|---|---|
| 301 | 301 |
# Export wiki to a single pdf or html file |
| 302 | 302 |
def export |
| 303 | 303 |
@pages = @wiki.pages. |
| 304 |
order('title').
|
|
| 304 |
order('lower(title)').
|
|
| 305 | 305 |
includes([:content, {:attachments => :author}]).
|
| 306 | 306 |
to_a |
| 307 | 307 |
respond_to do |format| |