Base: fix typo
authorRalf Ertzinger <ralf@skytale.net>
Tue, 30 Apr 2013 18:15:38 +0000 (20:15 +0200)
committerRalf Ertzinger <ralf@skytale.net>
Tue, 30 Apr 2013 18:15:38 +0000 (20:15 +0200)
videosite/Base.pm

index be0272e..923585a 100644 (file)
@@ -12,7 +12,7 @@ sub new {
     my $class = shift;
     my $self = {'_DEBUG' => 0,
                 '_CONNECTOR' => undef,
-                API => {
+                _API => {
                     io => sub { printf(@_) },
                     connectors => sub { return ({ 'name' => 'direct',
                                                   'schemas' => {} }) },