[dokuwiki] [PATCH] actionOK should honour $conf['subscribers']

  • From: Michael Klier <chi@xxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 5 May 2008 16:25:48 +0200

Hi,

as discussed on IRC actionOK() fails to handle the subcribe/subscribens
features correctly. Attached is a patch which fixes it.

Best Regards,
    Chi

-- 
Michael Klier

www:    http://www.chimeric.de
jabber: chi@xxxxxxxxxxxxxxxxxx
key:    http://downloads.chimeric.de/chi.asc
key-id: 0x8308F551
New patches:

[actionOK() should honour 
Michael Klier <chi@xxxxxxxxxxx>**20080505142356] {
hunk ./inc/confutils.php 183
+    if(isset($conf['subscribers']) && !$conf['subscribers']) {
+        $disabled[] = 'subscribe';
+        $disabled[] = 'subscribens';
+    }
}

Context:

[TAG release stable 2008-05-04
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20080504185616] 
Patch bundle hash:
e633c6c87db5fb17a2e66c19173e64f2a2388333

Other related posts:

  • » [dokuwiki] [PATCH] actionOK should honour $conf['subscribers']