]> git.pld-linux.org Git - packages/dokuwiki.git/blame_incremental - dokuwiki-nice_exit.patch
- export to pdf also for dw2pdf plugin
[packages/dokuwiki.git] / dokuwiki-nice_exit.patch
... / ...
CommitLineData
1--- dokuwiki/inc/init.php~ 2009-11-10 15:31:11.000000000 +0200
2+++ dokuwiki/inc/init.php 2009-11-10 15:31:51.307528750 +0200
3@@ -526,7 +526,7 @@
4 </body>
5 </html>
6 EOT;
7- exit;
8+ exit(1);
9 }
10
11
This page took 0.098635 seconds and 4 git commands to generate.