diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-11 12:06:16 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-11 12:06:16 +0000 |
commit | edae79eba5040b2e5b71927722a5971691288bbb (patch) | |
tree | 7f7b9b324e7f025b3b00945fa3b9afae7b24476c /mod/test/index.php | |
parent | 762f33535e78c3eef2ab4b629d45d889c66c1c33 (diff) | |
download | elgg-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/test/index.php')
-rw-r--r-- | mod/test/index.php | 4 |
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 |