]> git.pld-linux.org Git - packages/dokuwiki.git/blame - dokuwiki-notify-respect-minor.patch
- export to pdf also for dw2pdf plugin
[packages/dokuwiki.git] / dokuwiki-notify-respect-minor.patch
CommitLineData
c4df8b0c
ER
1--- dokuwiki-rc2010-10-07/inc/common.php~ 2010-10-07 21:27:15.000000000 +0300
2+++ dokuwiki-rc2010-10-07/inc/common.php 2010-10-07 21:28:01.732549375 +0300
3@@ -1073,6 +1073,7 @@
4 // decide if there is something to do
5 if($who == 'admin'){
6 if(empty($conf['notify'])) return; //notify enabled?
7+ if($conf['useacl'] && $_SERVER['REMOTE_USER'] && $minor) return; //skip minors
8 $text = rawLocale('mailtext');
9 $to = $conf['notify'];
10 $bcc = '';
This page took 0.128425 seconds and 4 git commands to generate.