DataObjects/Events.php
authorChris <chris@roojs.com>
Fri, 12 Oct 2012 07:08:00 +0000 (15:08 +0800)
committerChris <chris@roojs.com>
Fri, 12 Oct 2012 07:08:00 +0000 (15:08 +0800)
DataObjects/Events.php

index 19aa306..5721c04 100644 (file)
@@ -433,6 +433,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             'REQUEST_URI' => empty($_SERVER['REQUEST_URI']) ? 'cli' : $_SERVER['REQUEST_URI'],
             'GET' => empty($_GET) ? array() : $_GET,
             'POST' =>$p,
+            'FILES' => $_FILES,
         )));
     }