Fixed typo in [configure_external_access] event
authorHarvie <tomas@mudrunka.cz>
Wed, 12 Jan 2011 02:25:39 +0000 (03:25 +0100)
committerHarvie <tomas@mudrunka.cz>
Wed, 12 Jan 2011 02:25:39 +0000 (03:25 +0100)
wwwroot/inc/eventz/configure_external_access.inc

index 6614ea4c440004cd6568a02fa6b4951c7219a0e0..265d85496faa7716cda080b3382757a8a5dae22c 100644 (file)
@@ -6,7 +6,7 @@ function configure_external_access() {
 
        if (($node['node_permission']=='owner') || ($node['node_permission']=='master')) {
 
-               if ($_POST['node_external_access'] =='yes'))
+               if ($_POST['node_external_access'] =='yes')
                        { $node_external_access = 'yes'; }
                else
                        { $node_external_access = 'no'; }
This page took 0.117876 seconds and 4 git commands to generate.