libvideosite: fix typo
authorRalf Ertzinger <ralf@skytale.net>
Tue, 30 Apr 2013 17:41:52 +0000 (19:41 +0200)
committerRalf Ertzinger <ralf@skytale.net>
Tue, 30 Apr 2013 17:41:52 +0000 (19:41 +0200)
libvideosite.pm

index 52a771b..b53673c 100644 (file)
@@ -730,7 +730,7 @@ sub _cmd_connector {
             return;
         }
 
-        unless (_config_list_has(['defined-connectors'])) {
+        unless (_config_list_has(['defined-connectors'], $name)) {
             _io("Connector does not exist");
             return;
         }