]> sipb.mit.edu Git - ikiwiki.git/blobdiff - ikiwiki.in
fix plugin name
[ikiwiki.git] / ikiwiki.in
index cc3f210b5ef5f345390bda811d0478965827dfc2..f48f2cfebcc32c8d6647d1d208ae7b3ad3f24dc0 100755 (executable)
@@ -73,9 +73,6 @@ sub getconfig () { #{{{
                        "disable-plugin=s@" => sub {
                                push @{$config{disable_plugins}}, $_[1];
                        },
-                       "pingurl=s" => sub {
-                               push @{$config{pingurl}}, $_[1];
-                       },
                        "set=s" => sub {
                                my ($var, $val)=split('=', $_[1], 2);
                                if (! defined $var || ! defined $val) {
@@ -100,7 +97,7 @@ sub getconfig () { #{{{
        else {
                # wrapper passes a full config structure in the environment
                # variable
-               eval {possibly_foolish_untaint($ENV{WRAPPED_OPTIONS})};
+               eval possibly_foolish_untaint($ENV{WRAPPED_OPTIONS});
                if ($@) {
                        error("WRAPPED_OPTIONS: $@");
                }