join the dots so server starts on reload_config
[scpubgit/Clifton.git] / lib / App / Clifton / Service.pm
index 49bb786..b754183 100644 (file)
@@ -20,6 +20,7 @@ sub _do {
     }
   };
   my $deps = {};
+  $args ||= {};
   if (my $dep_call = $self->can("_dependencies_for_${do}")) {
     $deps = $self->$dep_call($args);
   }