diff options
-rw-r--r-- | apps/MGA_Downloads/MGA_Downloads_app.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/MGA_Downloads/MGA_Downloads_app.php b/apps/MGA_Downloads/MGA_Downloads_app.php index 74b01c9f2..ff064518d 100644 --- a/apps/MGA_Downloads/MGA_Downloads_app.php +++ b/apps/MGA_Downloads/MGA_Downloads_app.php @@ -17,11 +17,13 @@ class MGA_Downloads extends Pinq_App { $this->_control = $controller; $this->_options = $options; - echo "c"; } function run() { - echo "run"; + return array( + 'headers' => array(), + 'body' => 'test app' + ); } }
\ No newline at end of file |