Logger is now required for generating subdefs

This commit is contained in:
Romain Neutron
2012-05-24 16:21:13 +02:00
parent f6c7acd837
commit d0f9794bfb
3 changed files with 6 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ interface record_Interface
public function delete();
public function generate_subdefs(databox $databox, Logger $logger = null, Array $wanted_subdefs = null);
public function generate_subdefs(databox $databox, Logger $logger, Array $wanted_subdefs = null);
public function log_view($log_id, $referrer, $gv_sit);