DataObjects/Events.php
authorAlan Knowles <alan@roojs.com>
Thu, 30 Oct 2014 04:28:24 +0000 (12:28 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 30 Oct 2014 04:28:24 +0000 (12:28 +0800)
DataObjects/Events.php

index 3001e28..21ecec5 100644 (file)
@@ -403,7 +403,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
         $this->writeEventLog();
     }
     
-    function writeEventLog()
+    function writeEventLog($extra_data  = '')
     {
         $ff  = HTML_FlexyFramework::get();
         if (empty($ff->Pman['event_log_dir'])) {