]> git.pld-linux.org Git - packages/dokuwiki.git/blob - dokuwiki-notify-respect-minor.patch
- export to pdf also for dw2pdf plugin
[packages/dokuwiki.git] / dokuwiki-notify-respect-minor.patch
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.048567 seconds and 3 git commands to generate.