aboutsummaryrefslogtreecommitdiffstats
path: root/apps/MGA_Downloads/MGA_Downloads_app.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/MGA_Downloads/MGA_Downloads_app.php')
-rw-r--r--apps/MGA_Downloads/MGA_Downloads_app.php6
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