aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-11 12:06:16 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-11 12:06:16 +0000
commitedae79eba5040b2e5b71927722a5971691288bbb (patch)
tree7f7b9b324e7f025b3b00945fa3b9afae7b24476c /mod
parent762f33535e78c3eef2ab4b629d45d889c66c1c33 (diff)
downloadelgg-edae79eba5040b2e5b71927722a5971691288bbb.tar.gz
elgg-edae79eba5040b2e5b71927722a5971691288bbb.tar.bz2
Minor test plugin fix
git-svn-id: https://code.elgg.org/elgg/trunk@158 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r--mod/test/index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/test/index.php b/mod/test/index.php
index e502ae790..ffa4387e1 100644
--- a/mod/test/index.php
+++ b/mod/test/index.php
@@ -4,6 +4,8 @@
global $CONFIG;
- var_export($CONFIG);
+ //var_export($CONFIG);
+
+ echo page_draw("Test plugin","");
?> \ No newline at end of file