aboutsummaryrefslogtreecommitdiff
path: root/modules/index
diff options
context:
space:
mode:
Diffstat (limited to 'modules/index')
-rw-r--r--modules/index/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/index/index.php b/modules/index/index.php
index b7554b7..7d23bc6 100644
--- a/modules/index/index.php
+++ b/modules/index/index.php
@@ -26,9 +26,9 @@
}
else
{
- OpenTable();
+ OpenContent();
ReportError("Cannot load module '{$module}' directory.<br>\n");
- CloseTable();
+ CloseContent();
}
echo "<br />";
}