diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-11 17:28:30 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-11 17:28:30 +0000 |
commit | 7be113be2092be8741b31b5a4de428e5e07f5d43 (patch) | |
tree | 2cb772b055c7046585ab787e11588f22467c50fd /mod/test/index.php | |
parent | 714ccd2989c219b592460d80b0a455baca1a5fd1 (diff) | |
download | elgg-7be113be2092be8741b31b5a4de428e5e07f5d43.tar.gz elgg-7be113be2092be8741b31b5a4de428e5e07f5d43.tar.bz2 |
Fixes for previous
git-svn-id: https://code.elgg.org/elgg/trunk@169 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/test/index.php')
-rw-r--r-- | mod/test/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/test/index.php b/mod/test/index.php index a8a9d347f..5b749e2e7 100644 --- a/mod/test/index.php +++ b/mod/test/index.php @@ -5,7 +5,7 @@ global $CONFIG;
//var_export($CONFIG);
- $body = elgg_view("test/testplugin/pageshell");
+ $body = elgg_view("testplugin/pageshell");
page_draw("Test plugin",$body);
?>
\ No newline at end of file |