diff options
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r-- | engine/lib/entities.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php index aadbdc835..3eaea5136 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -2358,7 +2358,7 @@ if (isset($page[0])) { global $CONFIG; set_input('guid',$page[0]); - @include($CONFIG->path . "entities/index.php"); + include($CONFIG->path . "entities/index.php"); } } |