From ff10a0fbf93e47dbe976aec1d518666cb12f60b6 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 19 Dec 2012 21:27:11 +0000 Subject: cleanup test app --- apps/MGA_Downloads/MGA_Downloads_app.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps') 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 -- cgit v1.2.1