diff options
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 |