diff options
Diffstat (limited to 'modules/index/index.php')
-rw-r--r-- | modules/index/index.php | 4 |
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 />"; } |