mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 21:57:34 +02:00
Commented out level handler related code to prevent system parse errors on front-end, awaiting for new level handler.
This commit is contained in:
@@ -211,7 +211,8 @@ class comment
|
||||
$rater = new rater;
|
||||
}
|
||||
}
|
||||
require_once (e_HANDLER."level_handler.php");
|
||||
//FIXME - new level handler, currently commented to avoid parse errors
|
||||
//require_once (e_HANDLER."level_handler.php");
|
||||
if (!$width)
|
||||
{
|
||||
$width = 0;
|
||||
|
Reference in New Issue
Block a user